soywiki 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/index_template.html.haml +1 -1
- data/lib/page_template.html.haml +1 -1
- data/lib/soywiki.rb +1 -1
- metadata +1 -1
@@ -4,7 +4,7 @@
|
|
4
4
|
:css
|
5
5
|
h3 { margin-top: 0 }
|
6
6
|
.sidebar { float:left; width: 15%; font-size: small }
|
7
|
-
ul { list-style-type: none; margin-left: 0; padding-left: 0 }
|
7
|
+
.sidebar ul { list-style-type: none; margin-left: 0; padding-left: 0 }
|
8
8
|
.page-count { font-size: smaller; color: #CCC }
|
9
9
|
%body
|
10
10
|
.sidebar
|
data/lib/page_template.html.haml
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
h3 { margin-top: 0 }
|
6
6
|
.sidebar { float:left; width: 15%; font-size: small }
|
7
7
|
.main { margin-left: 32%; width: 65% }
|
8
|
-
ul { list-style-type: none; margin-left: 0; padding-left: 0 }
|
8
|
+
.sidebar ul { list-style-type: none; margin-left: 0; padding-left: 0 }
|
9
9
|
.page-count { font-size: smaller; color: #CCC }
|
10
10
|
|
11
11
|
%body
|
data/lib/soywiki.rb
CHANGED