Skip to content

Commit 12ec6ab

Browse files
committed
fix static file
1 parent 3f1e213 commit 12ec6ab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: site/static/clojure.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ img {border: 0;}
77

88
#Header {position: relative;clear: both;overflow: auto;height: 110px}
99
#Logo {position: absolute;top: 0;left: 0;padding: 10px 0 0 62px;width: 138px;height: 100px}
10-
#Header h1 {float: left;background:transparent url(clojure-text.gif) no-repeat 8px 36px;border: 0;margin: 0;padding: 0;text-indent:-9999px;position: absolute;top: 0;left: 200px;}
11-
#Header h1 a:link, #Header h1 a:visited, #Header h1 a:hover {border: 0;display: block;margin: 0;padding: 0;text-decoration: none;width: 220px;height: 110px;}
10+
#Header h1 {float: left;border: 0;margin: 0;padding: 0;position: absolute;top: 50;left: 200px; height: 60px}
11+
#Header h1 a:link, #Header h1 a:visited, #Header h1 a:hover {color:#000000; text-decoration: none;}
1212
#Resources {min-height: 110px;width: 234px;padding: 5px 0;float: right;border-bottom: 1px solid #abc4e2;background: #e4eaf7 url(space/resources-background.gif) repeat-y;overflow: auto;}
1313
#Resources ul {margin: 0;padding: 0 25px;list-style: none;}
1414
#ResourcesB {float: right;}
@@ -20,13 +20,12 @@ img {border: 0;}
2020

2121
#leftcolumn ul {list-style: none;margin: 0;padding: 0;}
2222

23-
#leftcolumn .toc-header {font-weight: bold;display: block;background: transparent url(space/left-nav-divider.gif) repeat-x;padding: 6px 0 0 17px;margin: 12px 0 0 0;}
24-
#leftcolumn a {font-weight: bold;display: block;background: transparent url(space/left-nav-divider.gif) repeat-x;padding: 6px 0 0 17px;margin: 12px 0 0 0;}
23+
#leftcolumn a, #leftcolumn .toc-header {font-weight: bold;display: block;background: transparent url(space/left-nav-divider.gif) repeat-x;padding: 6px 0 0 17px;margin: 12px 0 0 0;}
2524
#leftcolumn li a {font-weight: normal;background:none;margin: 0;padding: 0 0 0 17px;}
2625
#leftcolumn br {display: none;}
2726
#leftcolumn .menu {margin-top: 14px;background: #fff url(space/left-nav-background.gif) repeat-y;}
2827

29-
#leftcolumn a:link , #leftcolumn a:visited , #leftcolumn a:active, .toc-header {color: #666;}
28+
#leftcolumn a:link , #leftcolumn a:visited , #leftcolumn a:active {color: #666;}
3029
#leftcolumn a:hover {text-decoration: underline;color: #222;}
3130

3231
#rightcolumn {margin-left: 220px;}

0 commit comments

Comments
 (0)