summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-12-28 17:16:32 -0700
committerAaron Ball <nullspoon@oper.io>2020-12-28 17:21:27 -0700
commit42a6763ec24f6ed3785167e6328ab9659be5ba97 (patch)
treea5d147034a7817505c1c543b9af3b5b39f4d7f0f /res
parente08f1a7af4d78e800b446edce2c1d8c950886805 (diff)
downloadoper.io-42a6763ec24f6ed3785167e6328ab9659be5ba97.tar.gz
oper.io-42a6763ec24f6ed3785167e6328ab9659be5ba97.tar.xz
style:Clean up nav-header definition
Diffstat (limited to 'res')
-rw-r--r--res/style.css13
1 files changed, 1 insertions, 12 deletions
diff --git a/res/style.css b/res/style.css
index cddc8ae..af26040 100644
--- a/res/style.css
+++ b/res/style.css
@@ -120,20 +120,9 @@ span.yellow {
*/
div#nav-header {
background-color:#333;
- /*background:linear-gradient(#444, #333, #333, #111);*/
- /* NOTE: the forth hex digit is alpha */
- /*background:linear-gradient(#0000, #0000, #0000, #222e), url('/files/oper-logo-sm.png'), #333;*/
- background:linear-gradient(#0000, #0000, #0000, #222e), #333;
- /*margin:5px;*/
- background-position:left;
- background-repeat:no-repeat;
+ background:linear-gradient(#0000, #0000, #0000, #0000, #221), #333;
box-shadow:0px 0px 4px #4f4b43;
- z-index:1;
color:#eee;
- margin:0px;
- padding:0px;
- vertical-align:top;
- width:100%;
display:grid;
grid-template-columns:49% 50%;
}

Generated by cgit