div.options div, div.browsefileoptions div {
display: -moz-inline-stack;
display: inline-block;
- border: 1px solid #ccc;
+ border: 1px solid #ddd;
padding: 6px;
background: #e9e9e9;
vertical-align: top;
table.revlog th, table.browse th, table.stats th, table.annotate th {
padding: 3px;
background: #e9e9e9;
- border-right: 1px solid #ccc;
+ border-right: 1px solid #ddd;
text-align: left;
}
table.stats th.rightAlign {
}
/* Labels. */
-h3.checkout, h3.file-view-header {
+h3.file-view-header {
background: #e9e9e9;
display: inline;
font-weight: bold;
margin-top: 1em;
}
.commit-summary {
- border: 1px solid #ccc;
+ border: 1px solid #ddd;
background: #eee;
padding: .5em;
font-size: 100%;
.commit-info {
width: 33%;
float: right;
- border-left: 1px solid #ccc;
+ border-left: 1px solid #ddd;
padding: 0 1em 1em 1em;
font-family: Menlo,Consolas,"Lucida Console","DejaVu Sans Mono",monospace;
font-size: 90%;
ul.commit-filelist {
margin: 1em 0;
- border-top: thin solid #ccc;
+ border-top: thin solid #ddd;
list-style: none;
}
ul.commit-filelist li {
font-family: Menlo,Consolas,"Lucida Console","DejaVu Sans Mono",monospace;
padding: .2em;
- border-bottom: thin solid #ccc;
+ border-bottom: thin solid #ddd;
}
ul.commit-filelist li:after {
content: ".";
color: red;
}
-
/* Checkout, File view */
div.checkout, div.file-view-contents {
padding: 3px;
- margin: 2px 5px 8px 0;
+ margin: 2px 0 8px 0;
border: 1px solid #ddd;
}
div.file-view {
div.diff {
font-size: 100%;
color: #111;
- border: 1px solid #ccc;
+ border: 1px solid #ddd;
margin: 1.5em 0;
}
div.diff-header {
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid #ddd;
background: #eee;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee), color-stop(0.5, #eee));
background: -moz-linear-gradient(top, #fff, #eee 50%);