diff templates/static/style-coal.css @ 6453:cb16217ff4d8

coal: more tweaking - add quirksmode hack in attempt to make MSIE happy - add container divs for more browsers compatibility - fix file log button on file page - link to first line of file source from browser - change revision navigator style
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Apr 2008 18:47:19 -0500
parents d93f2f39bef4
children eec89a03db08
line wrap: on
line diff
--- a/templates/static/style-coal.css	Wed Apr 02 18:47:17 2008 -0500
+++ b/templates/static/style-coal.css	Wed Apr 02 18:47:19 2008 -0500
@@ -5,14 +5,16 @@
   font-family: sans-serif;
 }
 
+.container {
+  padding-right: 150px;
+}
+
 .main {
-  position: absolute;
-  margin-top: 0;
+  position: relative;
   background: white;
   padding: 2em;
   border-right: 15px solid black;
   border-bottom: 15px solid black;
-  margin-right: 150px;
 }
 
 .overflow {
@@ -20,10 +22,6 @@
   overflow: auto;
 }
 
-.main {
-  background: white;
-}
-
 .menu {
   background: #999;
   padding: 10px;
@@ -88,9 +86,8 @@
 }
 
 .navigate a { 
-  padding: 2pt;
-  background-color: #f5f5f5;
-  color: black;
+  #padding: 2pt;
+  #background-color: #f5f5f5;
 }
 
 /* Common */