diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-03-02 17:06:22 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-03-02 17:06:22 +0100 |
commit | 3f689068b37923eb768e87ce0f52bfa2720756ce (patch) | |
tree | e52525260d843e94b68c3495a26a0c87898bcb4a /styles | |
parent | 6ec1a0bae938440a6dae440930e364104d92f8ff (diff) |
Added a linklist to the sidebar
Diffstat (limited to 'styles')
-rw-r--r-- | styles/blogthon.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css index 7d7568f..ecaaa63 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -64,15 +64,7 @@ a.entrytitle:link, a.entrytitle:hover, a.entrytitle:visited, a.entrytitle:active background: #0F0; } -.monthlist { - font-family: Verdana; - font-size: 12px; - color: #5577BB; - text-align: center; - background: #111; -} - -.staticpages { +.sidebarentry { font-family: Verdana; font-size: 12px; color: #5577BB; |