Skip to content

Commit

Permalink
Fixing some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Mar 25, 2012
1 parent b886688 commit a9ee4bb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions wp-content/themes/Grace/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,33 @@ following declarations to this file:
#header .blog-title a{ background:#cccccc } <--- This makes blog title background grey
*/
#sidebar #horarios h2 {
font-size: 16px;
}
#sidebar #horarios h3 {
font-size: 14px;
padding: 5px 0 5px;
}
#sidebar #horarios b{
padding: 5px 0 5px;
}
#content #semana_santa h1 {
padding: 25px 0px;
}
#semana_santa .date {
padding: 25px 0 10px 0;
font-size: 18px;
text-align: left;
}
#semana_santa th {
text-align: left;
font-weight: bold;
color: #FFFFFF;
background-color: #000000;
}
#semana_santa #actividades td {
padding-bottom: 5px;
}
.bold {
font-weight: bold;
}
1 change: 1 addition & 0 deletions wp-content/themes/Grace/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Author URI: http://templatic.com/
/* Import GRID styling for grid framework*/
@import url('skins/1-default.css');

@import url('custom.css');
#footer .designby { padding:5px 8px 0 0; float:left; }
#footer p span.templatic { width:80px; display:block; overflow:hidden; float:left; color:#fff; background:url(images/templatic.png) no-repeat 0; }
#footer p span.templatic a { text-indent:-9009px; padding-left:120px; height:30px; display:block; }
Expand Down

0 comments on commit a9ee4bb

Please sign in to comment.