projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23c6e4
)
add padding for <option> in webif stylesheet
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jan 2006 20:36:22 +0000
(20:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jan 2006 20:36:22 +0000
(20:36 +0000)
SVN-Revision: 3036
openwrt/package/webif/files/www/webif.css
patch
|
blob
|
history
diff --git
a/openwrt/package/webif/files/www/webif.css
b/openwrt/package/webif/files/www/webif.css
index ff1207d56071eb7b12289fdea91a4003b52321f4..599946d97ee7a4f44ccd472ba580f76209e07d4f 100644
(file)
--- a/
openwrt/package/webif/files/www/webif.css
+++ b/
openwrt/package/webif/files/www/webif.css
@@
-44,6
+44,10
@@
th {
text-align: left;
}
+option {
+ padding-right: 1em;
+}
+
.selected-maincat {
font-weight: bold;
}