← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~andrewsomething/ubuntu-packaging-guide/fix-code-css into lp:ubuntu-packaging-guide

 

Andrew Starr-Bochicchio has proposed merging lp:~andrewsomething/ubuntu-packaging-guide/fix-code-css into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)
Related bugs:
  Bug #958090 in Ubuntu Packaging Guide: "Code blocks are hard to read"
  https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/958090

For more details, see:
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/fix-code-css/+merge/98066
-- 
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/fix-code-css/+merge/98066
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~andrewsomething/ubuntu-packaging-guide/fix-code-css into lp:ubuntu-packaging-guide.
=== modified file 'themes/ubuntu/static/base.css'
--- themes/ubuntu/static/base.css	2012-01-27 11:59:17 +0000
+++ themes/ubuntu/static/base.css	2012-03-17 19:18:18 +0000
@@ -43,6 +43,16 @@
 		-webkit-border-radius: 4px;
 	border-radius: 4px;
 }
+div.highlight-python{
+	padding: 10px;
+	font-family: 'Ubuntu Mono', 'Consolas', 'Monaco', 'DejaVu Sans Mono', Courier, monospace;
+	background-color: #fdf6f2;
+	display: block;
+	margin-bottom: 10px;
+		-moz-border-radius: 4px;
+		-webkit-border-radius: 4px;
+	border-radius: 4px;
+}
 h1 {
 	font-size: 36px;
 	line-height: 1.1;


Follow ups