Module: website Branch: master Commit: 99fee1c95190c563a826fa828fcf0318194ff5a9 URL: http://source.winehq.org/git/website.git/?a=commit;h=99fee1c95190c563a826fa8...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Jan 20 14:14:52 2016 -0600
tweak the news title and date font size
---
css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/styles.css b/css/styles.css index 223e76d..87017f9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -476,8 +476,8 @@ H1.title A:hover { color: red; } H3.title { color: #A50D0D; border-bottom: 1px solid #A50D0D; margin: 0 0 1em 0; } H3.title A { color: #A50D0D; text-decoration: none; } H3.title A:hover { color: red; } -P.newsdate { color: #4e4e4e; font-size: 8pt; margin: 0 5px 10px 10px;} -P.newstitle { color: #4e4e4e; font-size: 12pt; font-weight: bold; border-bottom: 1px solid #C0C0C0; margin-bottom: 5px; } +P.newsdate { color: #4e4e4e; font-size: 80%; margin: 0 5px 10px 10px;} +P.newstitle { color: #4e4e4e; font-size: 125%; font-weight: bold; border-bottom: 1px solid #C0C0C0; margin-bottom: 5px; } P.newstitle A { color: #4e4e4e; text-decoration: none; } P.newstitle A:hover { color: #FF6666; text-decoration: none; } DIV.newsblock { margin: 0 5px 25px 10px; padding: 0; }