From 8283745b0b6ccfb251449c57bc515f9941c46b03 Mon Sep 17 00:00:00 2001 From: marcelo horacio fortino Date: Tue, 1 Jul 2014 17:54:55 +0000 Subject: [PATCH] line 240, border radius and color changes for content .box --- style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index a99cd30..0aada2a 100644 --- a/style.css +++ b/style.css @@ -239,15 +239,16 @@ div#article-parent { #content .box-2 .block-title, #content .box-3 .block-title { + background: #FCDD4E; + border-bottom: medium none; + border-top: 4px solid #C90B10; + color: #000000; font-size: 12px; - text-align: left; - border-top: 4px solid #757575; - background: #eeefff; - border-bottom: none; - color: #757575; + margin: 0; padding: 8px 8px 24px 10px; + text-align: left; text-transform: uppercase; - margin: 0; + border-radius: 9px; } #content .box-2 .link-list-block li a.link-this-page { @@ -719,5 +720,4 @@ div#article-parent { #dev-info { font-size: 11px; -} - +} \ No newline at end of file -- libgit2 0.21.2