diff pylons_app/public/css/pygments.css @ 144:ea89ac73bef8

Update css +file browsing and diffs
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 09 May 2010 17:35:51 +0200
parents 01d0f363f36d
children f905f45c457e
line wrap: on
line diff
--- a/pylons_app/public/css/pygments.css	Sun May 09 17:23:11 2010 +0200
+++ b/pylons_app/public/css/pygments.css	Sun May 09 17:35:51 2010 +0200
@@ -8,6 +8,16 @@
     /* new */
     line-height: 125%;
 }
+div.codeblock .code-header{
+	border-bottom: 1px solid #CCCCCC;
+	background: #EEEEEE;
+	color:blue;
+	padding:10px 0 10px 0;
+}
+div.codeblock .code-header span{
+	margin-left:25px;
+	font-weight: bold;
+}
 
 .code-highlight {
     padding: 0px;