Same penultimo fixed for blog_view as in stable-81x, but based on the slightly more...
[citadel.git] / webcit / static / styles / webcit.css
index cd723a6b76795d5727695b84e1de5d4df63c1244..9d90675582e913856673630bde1ea0fe8288f213 100644 (file)
@@ -15,7 +15,7 @@
 @import url("message.css");
 @import url("modal.css");
 @import url("service.css");
-@import url("blog.css")
+@import url("blog.css");
 
 @media print {
        input#toggler, .toolbar { display: none }
@@ -1167,53 +1167,6 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        background: url(/static/webcit_icons/bubble.gif) no-repeat bottom;
 }
 
-
-/*---------- styles for the blog view -----------*/
-
-.blog_post {
-}
-
-.blog_post_title {
-       font-size: 150%;
-       font-weight: bold;
-}
-
-.blog_post_title a:link, .blog_post_title a:visited, .blog_post_title a:active {
-       color: #000000;
-}
-
-.blog_post_title a:hover {
-       color: #0000FF;
-}
-
-
-.blog_post_header {
-       font-size: 100%;
-       font-style: italic;
-}
-
-.blog_post_content {
-}
-
-.blog_comment {
-       border: 1px solid grey;
-       margin-top: 5px;
-       margin-bottom: 5px;
-       margin-left: 5%;
-       margin-right: 5%;
-       padding: 5px;
-}
-
-.blog_comment_header {
-       margin-bottom: 1em;
-       font-size: 100%;
-       font-style: italic;
-}
-
-.post_a_comment_title {
-       font-size: 120%;
-}
-
 /*---------- styles for the attachments form -----------*/
 
 #attachments_form {
@@ -1311,15 +1264,3 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
         background: url('../webcit_icons/openid-small.gif') no-repeat scroll 0pt 50%;
         padding-left: 18px;
 }
-
-.older_blog_posts, .newer_blog_posts {
-       font-size: 110%;
-}
-
-.older_blog_posts {
-       text-align: left;
-}
-
-.newer_blog_posts {
-       text-align: right;
-}