Commit 8283745b0b6ccfb251449c57bc515f9941c46b03

Authored by Marcelo Horacio Fortino
1 parent 455e878c
Exists in master

line 240, border radius and color changes for content .box

Showing 1 changed file with 8 additions and 8 deletions   Show diff stats
style.css
... ... @@ -239,15 +239,16 @@ div#article-parent {
239 239  
240 240 #content .box-2 .block-title,
241 241 #content .box-3 .block-title {
  242 + background: #FCDD4E;
  243 + border-bottom: medium none;
  244 + border-top: 4px solid #C90B10;
  245 + color: #000000;
242 246 font-size: 12px;
243   - text-align: left;
244   - border-top: 4px solid #757575;
245   - background: #eeefff;
246   - border-bottom: none;
247   - color: #757575;
  247 + margin: 0;
248 248 padding: 8px 8px 24px 10px;
  249 + text-align: left;
249 250 text-transform: uppercase;
250   - margin: 0;
  251 + border-radius: 9px;
251 252 }
252 253  
253 254 #content .box-2 .link-list-block li a.link-this-page {
... ... @@ -719,5 +720,4 @@ div#article-parent {
719 720  
720 721 #dev-info {
721 722 font-size: 11px;
722   -}
723   -
  723 +}
724 724 \ No newline at end of file
... ...