21ca59d31c70

hg-prompt: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 15 Dec 2009 20:26:35 -0500
parents 383887c412c2
children 825cda6146fa
branches/tags (none)
files hg-prompt/media/css/layout.css

Changes

--- a/hg-prompt/media/css/layout.css	Tue Dec 15 20:19:37 2009 -0500
+++ b/hg-prompt/media/css/layout.css	Tue Dec 15 20:26:35 2009 -0500
@@ -14,14 +14,14 @@
 	margin: 0em 0em 0em -1.5em;
 }
 div#breadcrumbs p {
-	margin-bottom: 0.5em;
+	margin: 0.5em auto;
 }
 div#content {
 	background-color: #fff;
 	height: 100%;
-	margin: 0 auto;
+	margin: 0 auto 3em;
 	overflow: hidden;
-	padding: 1em 1.5em 1.5em 1.5em;
+	padding: 0em 1.5em 0em 1.5em;
 	width: 55em;
 	border-left: 1px solid #265565;
 	border-right: 1px solid #265565;
@@ -47,20 +47,15 @@
 	color: #F14800;
 }
 
-div#footer {
+p#footer {
 	background-color: #fff;
-	border: 1px solid #265565;
 	border-top: 4px dashed #265565;
 	width: 55em;
-	padding: 1em 1.5em;
-	margin: 0 auto;
-	margin-bottom: 3em;
+	padding: 0.75em 1.5em;
 	text-align: center;
 	color: #666;
-}
-div#footer p {
-    margin: 0;
-    padding: 0;
+	margin-left: -1.5em;
+	margin-bottom: 0em;
 }
 
 ul {