Skip to content

Commit

Permalink
More HTML commit messages appearance improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
redox committed Aug 20, 2013
1 parent dd65a09 commit 7977d05
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions template/styles.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
* {font-size:12px;}
h2 {font-family:Verdana;font-size:12px;background-color: #bbb; font-weight: bold; line-height:25px; margin-bottom:2px; padding-left:5px}
table {width:100%;border-collapse:collapse}
* {font-size:12px; font-family: Verdana, sans-serif; }

h2 {font-size:14px; background-color: #2e7bcc; color: white; font-weight: bold; padding: 10px;}

a, a:visited {color: #0B6CDA; text-decoration: none;}
a:hover {text-decoration: underline;}

.title {background-color: #FFFFCC; padding: 10px; border: 1px solid #FFAA00;}
dt { float: left; font-weight: bold; min-width: 8em; }
dt, dd { padding-bottom: 0.5em; }
dt:after { content: ':'; }
dd.multi-line { clear: both; margin-left: 0; padding-top: 1em; }

ul li { padding-bottom: 0.5em; }

table {width:100%; border-collapse:collapse;}
td {color:#000; font-family: "Bitstream Vera Sans Mono","Monaco","Courier",monospace;}
td.sep {text-align:center; border-top:1px solid DimGray; border-bottom:1px solid DimGray;}

.ln {background-color: white; width: 35px; padding-right: 5px; text-align:right; color: #666; border-right: 1px solid #ccc; }

.r {background-color: #fdd;}
.rr {background-color: #faa;}
.a {background-color: #dfd;}
.aa {background-color: #afa;}
.title {background-color: #ddd; padding: 10px;font-family:Verdana;font-size:12px;}
dt { float: left; font-weight: bold; min-width: 6em; }
dt:after { content: ':'; }
dd.multi-line { clear: both; margin-left: 0; padding-top: 1em; }
td {color:#000;font-family: "Bitstream Vera Sans Mono","Monaco","Courier",monospace}
.ln {background-color: #ccc; width:23px; text-align:right}
td.sep {text-align:center;border-top:1px solid DimGray;border-bottom:1px solid DimGray;}

0 comments on commit 7977d05

Please sign in to comment.