diff options
Diffstat (limited to 'readme/style.css')
-rw-r--r-- | readme/style.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/readme/style.css b/readme/style.css index de9b300a2..9b49a32b0 100644 --- a/readme/style.css +++ b/readme/style.css @@ -11,7 +11,7 @@ body { border-left:thin solid #000; border-right:thin solid #000; margin-left:auto; - margin-right:auto; + margin-right:auto; background:#FFF url(images/clown.png) no-repeat fixed right bottom; } #template { position:relative; min-height:100%; } @@ -32,7 +32,7 @@ body { padding-top:10px; } .body-title { - font-size:x-large; + font-size:x-large; } .subtitle { font-size:14px; @@ -76,5 +76,8 @@ font-family: arial, helvetica, sans-serif; border-top: 1px solid #fff; } #footer a { - color: White; -}
\ No newline at end of file + color: White; +} +dt { + font-weight:bold; +} |