Skip to content

Commit

Permalink
changes css property on snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Aug 19, 2006
1 parent ee1b251 commit 6d53d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/css.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
th {padding:6px 6px 6px 6px; text-align:left;}
td {padding: 2px 6px 2px 6px;}
legend {font-size:20px;font-style:bold;}
legend {font-size:20px;font-weight:bold;}
fieldset{margin: 7px;}
.inline_h2 {font-size:18px;}
Expand All @@ -23,7 +23,7 @@ fieldset{margin: 7px;}
text-align:center;
}
.snippet_anchor {font-size:14px;font-style:bold;}
.snippet_anchor {font-size:14px;font-weight:bold;}
.date_box {
padding:4px;
Expand Down

0 comments on commit 6d53d3a

Please sign in to comment.