merb-ui 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/app/views/styles/index.css.erb +4 -2
- metadata +1 -1
data/Rakefile
CHANGED
@@ -15,16 +15,18 @@ b, em, h1, label, strong {
|
|
15
15
|
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
|
16
16
|
font-weight: bold;
|
17
17
|
}
|
18
|
-
code, em {
|
18
|
+
code, code em, pre {
|
19
19
|
font-family: "Bitstream Vera Sans Mono", "Monaco", "Andale Mono", "Courier New", "Courier", fixed;
|
20
20
|
font-style: normal;
|
21
21
|
font-weight: normal;
|
22
22
|
}
|
23
|
+
code, pre {
|
24
|
+
font-size: 0.85em;
|
25
|
+
}
|
23
26
|
code {
|
24
27
|
background-color: <%= color(0.1, 0.1, 0.1) %>;
|
25
28
|
color: <%= color(1, 1, 1) %>;
|
26
29
|
display: block;
|
27
|
-
font-size: 0.85em;
|
28
30
|
overflow: auto;
|
29
31
|
padding: 1em;
|
30
32
|
white-space: pre;
|