[Bps-public-commit] r14412 - Prophet/sites/syncwith.us/html
jesse at bestpractical.com
jesse at bestpractical.com
Tue Jul 22 23:55:47 EDT 2008
Author: jesse
Date: Tue Jul 22 23:55:46 2008
New Revision: 14412
Added:
Prophet/sites/syncwith.us/html/bg.jpg (contents, props changed)
Modified:
Prophet/sites/syncwith.us/html/style.css
Log:
slight style updates
Added: Prophet/sites/syncwith.us/html/bg.jpg
==============================================================================
Binary file. No diff available.
Modified: Prophet/sites/syncwith.us/html/style.css
==============================================================================
--- Prophet/sites/syncwith.us/html/style.css (original)
+++ Prophet/sites/syncwith.us/html/style.css Tue Jul 22 23:55:46 2008
@@ -1,22 +1,36 @@
body {
background: #005;
font-family: arial, helvetica, sans-serif;
-
+ background-image: url('/bg.jpg');
}
div.nav {
position: absolute;
+ top: 8em;
width: 9em;
}
-div.nav, div.content, div.heading {
+div.nav, div.content {
background: #fff;
border: 1px solid black;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
- -moz-border-radius: 1em;
- -webkit-border-radius: 1em;
+ -moz-border-radius: 0.5em;
+ -webkit-border-radius: 0.5em;
+
+}
+
+div.heading {
+ color: #fff;
+}
+
+
+div.heading h1 {
+ text-align: center;
+margin-left: -0.5em;
+padding-top:0.25em;
+padding-bottom:0.25em;
}
@@ -74,3 +88,4 @@
div.content blockquote {
overflow-x: scroll;
}
+
More information about the Bps-public-commit
mailing list