about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-11-09 13:19:56 +0100
committerLars Hjemli <hjemli@gmail.com>2007-11-09 13:19:56 +0100
commit86d6dfa9b7bd3e1b38618992061cc43ab89993ae (patch)
tree35faf8c2dc52e2dd60be6613946d89a344eb747a /cgit.css
parentMerge branch 'stable' (diff)
downloadcgit-magenta-86d6dfa9b7bd3e1b38618992061cc43ab89993ae.tar.xz
Minor css tweaks
Don't specify border and background color for input controls, reduce font-
size of heading in sidebar.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/cgit.css b/cgit.css

index 1b2e9d6..f1003b4 100644 --- a/cgit.css +++ b/cgit.css
@@ -109,7 +109,7 @@ div#sidebar div.infobox { } div#sidebar div.infobox h1 { - font-size: 11pt; + font-size: 10pt; font-weight: bold; margin: 0px; } @@ -128,10 +128,7 @@ div#sidebar div.infobox a.menu:hover { div#sidebar div.infobox select { width: 100%; - border: solid 1px #aaa; - background-color: #bbb; margin: 2px 0px 0px 0px; - padding: 0px; } td#branch-dropdown-cell { @@ -140,18 +137,12 @@ td#branch-dropdown-cell { input#switch-btn { width: 20px; - 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 {