smeagol 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/smeagol/public/smeagol/main.css +75 -10
- data/lib/smeagol/version.rb +1 -1
- metadata +4 -4
|
@@ -1,3 +1,55 @@
|
|
|
1
|
+
/* Reset from: http://meyerweb.com/eric/tools/css/reset/ */
|
|
2
|
+
html, body, div, span, applet, object, iframe,
|
|
3
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
4
|
+
a, abbr, acronym, address, big, cite, code,
|
|
5
|
+
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
6
|
+
small, strike, strong, sub, sup, tt, var,
|
|
7
|
+
b, u, i, center,
|
|
8
|
+
dl, dt, dd, ol, ul, li,
|
|
9
|
+
fieldset, form, label, legend,
|
|
10
|
+
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
11
|
+
margin: 0;
|
|
12
|
+
padding: 0;
|
|
13
|
+
border: 0;
|
|
14
|
+
outline: 0;
|
|
15
|
+
font-size: 100%;
|
|
16
|
+
vertical-align: baseline;
|
|
17
|
+
background: transparent;
|
|
18
|
+
}
|
|
19
|
+
body {
|
|
20
|
+
line-height: 1;
|
|
21
|
+
}
|
|
22
|
+
ol, ul {
|
|
23
|
+
list-style: none;
|
|
24
|
+
}
|
|
25
|
+
blockquote, q {
|
|
26
|
+
quotes: none;
|
|
27
|
+
}
|
|
28
|
+
blockquote:before, blockquote:after,
|
|
29
|
+
q:before, q:after {
|
|
30
|
+
content: '';
|
|
31
|
+
content: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:focus {
|
|
35
|
+
outline: 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ins {
|
|
39
|
+
text-decoration: none;
|
|
40
|
+
}
|
|
41
|
+
del {
|
|
42
|
+
text-decoration: line-through;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
table {
|
|
46
|
+
border-collapse: collapse;
|
|
47
|
+
border-spacing: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
/* Main styles */
|
|
1
53
|
body {
|
|
2
54
|
font: normal normal normal 13.34px/normal helvetica, arial, sans-serif;
|
|
3
55
|
font-size: 14px;
|
|
@@ -15,19 +67,22 @@ a:hover {
|
|
|
15
67
|
|
|
16
68
|
|
|
17
69
|
header {
|
|
70
|
+
display: block;
|
|
18
71
|
}
|
|
19
72
|
|
|
20
73
|
footer {
|
|
21
|
-
|
|
74
|
+
display: block;
|
|
75
|
+
border-top: 2px solid #ccc;
|
|
22
76
|
padding-top: 1px;
|
|
23
|
-
margin-top:
|
|
77
|
+
margin-top: 2.5em;
|
|
24
78
|
margin-bottom: 2em;
|
|
25
79
|
}
|
|
26
80
|
|
|
27
81
|
nav {
|
|
28
|
-
|
|
29
|
-
border-
|
|
30
|
-
|
|
82
|
+
display: block;
|
|
83
|
+
border-top: 1px solid #ccc;
|
|
84
|
+
border-bottom: 1px solid #ccc;
|
|
85
|
+
margin-bottom: 1.5em;
|
|
31
86
|
}
|
|
32
87
|
|
|
33
88
|
nav ul {
|
|
@@ -65,11 +120,13 @@ nav ul li a:hover {
|
|
|
65
120
|
|
|
66
121
|
h1 {
|
|
67
122
|
font-size: 250%;
|
|
68
|
-
margin-
|
|
123
|
+
margin-top: 1em;
|
|
124
|
+
margin-bottom: 0.3em;
|
|
69
125
|
}
|
|
70
126
|
|
|
71
127
|
article h1 {
|
|
72
128
|
font-size: 150%;
|
|
129
|
+
margin-bottom: 0.7em;
|
|
73
130
|
}
|
|
74
131
|
|
|
75
132
|
#content {
|
|
@@ -93,14 +150,14 @@ article h1 {
|
|
|
93
150
|
|
|
94
151
|
#content h3 {
|
|
95
152
|
font-size: 110%;
|
|
96
|
-
margin-top:
|
|
97
|
-
margin-bottom:0.
|
|
153
|
+
margin-top:1.25em;
|
|
154
|
+
margin-bottom:0.4em;
|
|
98
155
|
font-size: 1.17em;
|
|
99
156
|
}
|
|
100
157
|
|
|
101
158
|
#content p {
|
|
102
159
|
line-height: 1.5em;
|
|
103
|
-
margin: 0.
|
|
160
|
+
margin: 0.4em 0em 1em 0em;
|
|
104
161
|
}
|
|
105
162
|
|
|
106
163
|
#content ol {
|
|
@@ -139,4 +196,12 @@ pre, code {
|
|
|
139
196
|
color: #444;
|
|
140
197
|
font-size: 12px;
|
|
141
198
|
font: normal normal normal 12px/normal Monaco, 'Courier New', monospace;
|
|
142
|
-
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
pre > code {
|
|
202
|
+
border:none !important;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
small {
|
|
206
|
+
font-size: 80%;
|
|
207
|
+
}
|
data/lib/smeagol/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smeagol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.4.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ben Johnson
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-10-
|
|
18
|
+
date: 2010-10-11 00:00:00 -06:00
|
|
19
19
|
default_executable: smeagol
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|