diff options
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 */ |