aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-25 17:57:57 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-25 17:57:57 +0000
commit98fcea216250c2cc3882f45799d7d1d7bebf0a8b (patch)
treee2ab892ff6dcf8f13b3f45b198a97b9eab789cb8
parent38010501139e051ab47f6142d75f0ac9af358093 (diff)
Fix the style rules for #everypage
Note that #everypage is not used by default.
-rw-r--r--public/stylesheets/main.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index fb655f232..ad55af570 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -711,13 +711,13 @@ padding:0.5em 0;
background-color:#fc9;
border:solid 2px #f60;
border-top:none;
-opacity:0.97px;
--moz-border-radius-bottomleft:10px;
--moz-border-radius-bottomright:10px;
+opacity:0.97;
+border-bottom-left-radius:10px;
+border-bottom-right-radius:10px;
position:fixed;
width:70%;
left:15%;
-z-index:200;
+z-index:2000;
max-height:95%;
overflow:auto;
padding:4px;