diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-12-27 21:23:29 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-12-27 21:23:29 -0700 |
commit | dc484c45ec40531e695ece07ffbb008a94d257a8 (patch) | |
tree | e9f42948a32ced4fd24d8c42be65d5894948b4c6 /res | |
parent | f9ae802155ff7856f86e0a505417bfbc2417cb12 (diff) | |
download | oper.io-dc484c45ec40531e695ece07ffbb008a94d257a8.tar.gz oper.io-dc484c45ec40531e695ece07ffbb008a94d257a8.tar.xz |
Some cleanup of style.css
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/res/style.css b/res/style.css index 447f730..713f407 100644 --- a/res/style.css +++ b/res/style.css @@ -180,31 +180,6 @@ div#nav-header-links a:hover { } - -/** - * div#nav-header-right { - * text-align:right; - * margin-right:0px; - * width:50%; - * padding:0px; - * vertical-align:top; - * display:inline-block; - * } - */ - - -/** - * div#nav-header img#nav-site-logo { - * border:none; - * margin:4px; - * display:block; - * } - */ - - - - - /** * Body Styles */ @@ -491,14 +466,12 @@ img#piwik-img { /** * Overrides for portrait mode (EG: a phone or tablet) */ - -/* More modern mobile displays with a higher resolution */ /* Smaller mobile displays with a lower resolution */ @media only screen and (orientation: portrait) and (max-width: 850px) { html, body { font-size: 14px; } } -/*@media only screen and (orientation: portrait) and (min-width: 450px) {*/ +/* More modern mobile displays with a higher resolution */ @media only screen and (orientation: portrait) and (min-resolution: 220dpi) { html, body { font-size: 19px; } } |