From 3da97a16aead25bb141c208082b4d3e782ed8f43 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Wed, 21 Jan 2015 11:24:37 -0200 Subject: [PATCH] forum style --- style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index b0e63b8..266845e 100644 --- a/style.css +++ b/style.css @@ -3477,4 +3477,31 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max #user .ctrl-panel { display: none; } +/***** Forum Style *********/ + +.forum-posts a { + text-decoration: none !important; +} + +.forum-posts td { + border-bottom: 1px solid #DDD; +} + +.forum-post-title { + font-size: 1em; + line-height: 1.2em; + padding: 0.5em; + text-align: left; +} + +.forum-post-answers { + font-size: 1.2em; + text-align: center; +} + +.forum-post-last-answer { + font-size: 0.8em; + line-height: 1.5em; + text-align: center; +} -- libgit2 0.21.2