htdocs/css: Add 0 to numbers.

Clean-css takes care of this.
This commit is contained in:
XhmikosR 2013-10-12 18:25:14 +03:00
parent 568a49c409
commit 2a2212043f
2 changed files with 9 additions and 9 deletions

View File

@ -69,7 +69,7 @@ a:visited { color: #369; }
#tabs li {
display: inline;
padding: 0 .5em;
padding: 0 0.5em;
border-right: 1px solid black;
}
@ -92,14 +92,14 @@ a:visited { color: #369; }
/* Anchors */
#anchors ul {
margin: 0;
padding: .5em 0;
padding: 0.5em 0;
list-style-type: none;
font-size: smaller;
}
#anchors li {
display: inline;
padding: 0 .5em;
padding: 0 0.5em;
}
#anchors li:first-child {
@ -115,7 +115,7 @@ a:visited { color: #369; }
.wrap {
width: 50em;
margin: 0 auto;
padding: .5em;
padding: 0.5em;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
@ -124,7 +124,7 @@ a:visited { color: #369; }
/* RSS feed items */
.rssfeeditems em {
margin-left: .5em;
margin-left: 0.5em;
color: #888;
font-size: smaller;
}
@ -177,7 +177,7 @@ a.downloadnow:hover {
/* Command */
.cmd {
padding: .5em;
padding: 0.5em;
background-color: #f7f7f7;
border: 1px solid silver;
border-left: 10px solid silver;

View File

@ -1,6 +1,6 @@
/* Source Code */
.geshicode {
padding: .5em;
padding: 0.5em;
background: #f7f7f7;
border: 1px solid #e2e2e2;
}
@ -11,14 +11,14 @@
}
#resultsTable th {
padding: .25em;
padding: 0.25em;
text-align: left;
background: #e2e2e2;
border: 1px solid #e2e2e2;
}
#resultsTable td {
padding: .25em;
padding: 0.25em;
background: #f7f7f7;
border: 1px solid #e2e2e2;
}