summaryrefslogtreecommitdiffabout
authorShunichi Fuji <palglowr@gmail.com>2007-11-03 08:36:09 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-11-03 08:36:09 (UTC)
commitdf203a293e3ac19245f8761cf7c5808f8735f917 (patch) (side-by-side diff)
tree5867453725c6b51ab102a70d98a3d3c11085e6a0
parent0c8e184e9cbf4d3a1e907de9125f6d8210c169d6 (diff)
downloadcgit-df203a293e3ac19245f8761cf7c5808f8735f917.zip
cgit-df203a293e3ac19245f8761cf7c5808f8735f917.tar.gz
cgit-df203a293e3ac19245f8761cf7c5808f8735f917.tar.bz2
Fix typo in css
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 6cf4517..1e768b8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -53,97 +53,97 @@ table.list {
table.list tr {
background: white;
}
table.list tr:hover {
background: #f8f8f8;
}
table.list tr.nohover:hover {
background: white;
}
table.list th {
font-weight: bold;
border-bottom: solid 1px #777;
padding: 0.1em 0.5em 0.1em 0.5em;
vertical-align: baseline;
}
table.list td {
border: none;
padding: 0.1em 0.5em 0.1em 0.5em;
}
img {
border: none;
}
div#sidebar {
vertical-align: top;
width: 162px;
padding: 0px 0px 0px 0px;
margin: 4px;
float: left;
}
div#logo {
margin: 0px;
padding: 4px 0px 4px 0px;
text-align: center;
background-color: #ccc;
border-top: solid 1px #eee;
border-left: solid 1px #eee;
border-right: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}
div#sidebar div.infobox {
- margin: 0px 0px 0pax 0px;
+ margin: 0px 0px 0px 0px;
padding: 0.5em;
text-align: left;
background-color: #ccc;
border-top: solid 1px #eee;
border-left: solid 1px #eee;
border-right: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}
div#sidebar div.infobox h1 {
font-size: 11pt;
font-weight: bold;
margin: 0px;
}
div#sidebar div.infobox a.menu {
display: block;
background-color: #ccc;
padding: 0.1em 0.5em;
text-decoration: none;
}
div#sidebar div.infobox a.menu:hover {
background-color: #bbb;
text-decoration: none;
}
div#sidebar div.infobox select {
width: 100%;
border: solid 1px #aaa;
background-color: #bbb;
margin: 2px 0px 0px 0px;
padding: 0px;
}
div#sidebar div.infobox input.txt {
width: 100%;
border: solid 1px #aaa;
background-color: #bbb;
margin: 2px 0px 0px 0px;
padding: 0;
}
table#grid {
margin: 0px;
}
td#content {