From 222a361bd21330c916301756616b4847ab4516d2 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 22 Feb 2015 21:32:39 +0100 Subject: [PATCH] CSS tweaks. --- css/layout-bright.sass | 8 ++++++-- css/pygment_trac.css | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/css/layout-bright.sass b/css/layout-bright.sass index 1a89d69..9846c4b 100644 --- a/css/layout-bright.sass +++ b/css/layout-bright.sass @@ -107,15 +107,19 @@ header h2 table margin: 0 0 20px 0 -// width: 100%; + //width: 100%; th text-align: left border-bottom: 1px dashed $maincolor padding: 5px 10px + td + td, th + th + border-left: 1px dashed $maincolor + td padding: 5px 10px + vertical-align: top section img @@ -163,7 +167,7 @@ pre pre, code background: rgba(black, 0.1) border: 1px solid rgba(white, 0.85) - font-size: 14px + font-size: 0.9em color: $maincolor border-radius: 2px -moz-border-radius: 2px diff --git a/css/pygment_trac.css b/css/pygment_trac.css index d1df6a2..7405472 100644 --- a/css/pygment_trac.css +++ b/css/pygment_trac.css @@ -34,7 +34,7 @@ .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ .highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #CBDFFF } /* Name.Tag */ +.highlight .nt { color: #7EB0FF } /* Name.Tag */ .highlight .nv { color: #008080 } /* Name.Variable */ .highlight .ow { font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */