diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 13:05:38 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 13:05:38 -0500 |
commit | 12eb056b33e1f01a63c4fcee408c9ac0d96c6b5e (patch) | |
tree | 988f9eb2099e98141844c205f553f13203cbc0ff /doc/style.css | |
parent | f8c306a21b2d7b137fbc9245079d2db8b75366e1 (diff) | |
parent | 9b436a0347e28c52a0d669be64e259b3d0323815 (diff) |
Merge branch 'master' into po
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/style.css b/doc/style.css index 81a260afd..a6e6734e3 100644 --- a/doc/style.css +++ b/doc/style.css @@ -23,6 +23,8 @@ margin: 0; padding: 6px; list-style-type: none; +} +.pageheader .actions ul { border-bottom: 1px solid #000; } @@ -339,11 +341,6 @@ input#searchbox { border: 2px solid; background-color: #dee; color: black; - - /* Nonstandard, but very nice. */ - opacity: 0.95; - -moz-opacity: 0.95; - filter: alpha(opacity=95); } /* Formbuilder styling */ |