soywiki 0.7.3 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -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
@@ -1,7 +1,7 @@
1
1
  require 'string_ext'
2
2
 
3
3
  module Soywiki
4
- VERSION = '0.7.3'
4
+ VERSION = '0.7.4'
5
5
  WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
6
6
  HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
7
7
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: soywiki
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.3
5
+ version: 0.7.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi