[Commits] r694 - sandbox/docsrc/_static
commits at geoext.org
commits at geoext.org
Tue May 12 23:33:13 CEST 2009
Author: tschaub
Date: 2009-05-12 23:33:13 +0200 (Tue, 12 May 2009)
New Revision: 694
Modified:
sandbox/docsrc/_static/default.css
Log:
paths are relative to stylesheet
Modified: sandbox/docsrc/_static/default.css
===================================================================
--- sandbox/docsrc/_static/default.css 2009-05-12 20:47:31 UTC (rev 693)
+++ sandbox/docsrc/_static/default.css 2009-05-12 21:33:13 UTC (rev 694)
@@ -131,11 +131,11 @@
Structural Elements
*/
#header {
- background: #97b7e1 url(/_static/chrome/header-bg.png) 0 100% repeat-x;
+ background: #97b7e1 url(chrome/header-bg.png) 0 100% repeat-x;
}
#main {
- background: #fff url(/_static/chrome/main-bg.png) repeat-x;
+ background: #fff url(chrome/main-bg.png) repeat-x;
}
#content {
@@ -144,7 +144,7 @@
float: left;
margin: 0;
padding: 1216px 28px 0 22px;
- background: #fff url(/_static/chrome/content-bg.png) repeat-x;
+ background: #fff url(chrome/content-bg.png) repeat-x;
color: #262523;
font-size: 1.2em;
}
@@ -162,7 +162,7 @@
}
#footer {
- background: #4E7AB2 url(/_static/chrome/footer-bg.png) repeat-x;
+ background: #4E7AB2 url(chrome/footer-bg.png) repeat-x;
color: #d9d9d9;
padding: 60px 0 75px;
text-align: center;
@@ -186,7 +186,7 @@
height: 120px;
overflow: hidden;
text-indent: -9999em;
- background: url(/_static/chrome/geoext-logo.png) no-repeat;
+ background: url(chrome/geoext-logo.png) no-repeat;
}
#account-nav {
@@ -253,7 +253,7 @@
position: absolute;
bottom: 40px;
right: 0;
- background: transparent url(/_static/chrome/search-box.png) top left no-repeat;
+ background: transparent url(chrome/search-box.png) top left no-repeat;
height: 28px;
width: 190px;
}
@@ -432,7 +432,7 @@
ul.search li {
padding: 5px 0 5px 20px;
- background-image: url(/_static/chrome/file.png);
+ background-image: url(chrome/file.png);
background-repeat: no-repeat;
background-position: 0 7px;
}
@@ -744,7 +744,7 @@
height: 120px;
overflow: hidden;
text-indent: -9999em;
- background: url(/_static/chrome/download-link.png) no-repeat;
+ background: url(chrome/download-link.png) no-repeat;
}
#sidebar .section {
@@ -783,7 +783,7 @@
}
#sidebar.contrast #toc h3 {
- background: url(/_static/chrome/toc-contrast-top-bg.png) no-repeat;
+ background: url(chrome/toc-contrast-top-bg.png) no-repeat;
color: #fff;
padding: 0.75em 1em;
}
@@ -792,11 +792,11 @@
border-width: 0 1px;
min-height: 95px;
padding: 0.3em 0 0.75em;
- background: url(/_static/chrome/toc-contrast-bg.png) 0 100% no-repeat;
+ background: url(chrome/toc-contrast-bg.png) 0 100% no-repeat;
}
* html #sidebar.contrast #toc ul {
- background: url(/_static/chrome/toc-contrast-bg.gif) 0 100% no-repeat;
+ background: url(chrome/toc-contrast-bg.gif) 0 100% no-repeat;
}
#sidebar.contrast #toc ul ul {
@@ -817,7 +817,7 @@
}
#blog-callout {
- background: #5cc1e6 url(/_static/chrome/blog-callout-bg.png) 0 100% no-repeat;
+ background: #5cc1e6 url(chrome/blog-callout-bg.png) 0 100% no-repeat;
color: #fff;
margin: 0.9em 0 0;
padding: 0 0 15px;
@@ -829,7 +829,7 @@
position: relative;
overflow: hidden;
text-indent: -9999em;
- background: url(/_static/chrome/blog-callout.png) no-repeat;
+ background: url(chrome/blog-callout.png) no-repeat;
}
#blog-callout dt strong a {
@@ -838,7 +838,7 @@
height: 28px;
top: 15px;
left: 10px;
- background: url(/_static/chrome/blog-callout.png) -10px -15px no-repeat;
+ background: url(chrome/blog-callout.png) -10px -15px no-repeat;
}
#blog-callout dt a.rss {
@@ -847,7 +847,7 @@
height: 20px;
top: 15px;
right: 10px;
- background: url(/_static/chrome/blog-callout-rss.png) no-repeat;
+ background: url(chrome/blog-callout-rss.png) no-repeat;
}
#blog-callout dd {
More information about the Commits
mailing list