brighter_planet_layout 0.2.2 → 0.2.3
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/VERSION +1 -1
- data/brighter_planet_layout.gemspec +1 -1
- data/public/stylesheets/brighter_planet.css +32 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
|
@@ -67,6 +67,14 @@ h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
|
|
|
67
67
|
|
|
68
68
|
pre {
|
|
69
69
|
font-family: "DejaVu Mono", monospace;
|
|
70
|
+
display: block;
|
|
71
|
+
line-height: 1.4;
|
|
72
|
+
overflow: auto;
|
|
73
|
+
background: white;
|
|
74
|
+
padding: 10px;
|
|
75
|
+
margin: 10px -15px;
|
|
76
|
+
border-top: 1px solid #ddd;
|
|
77
|
+
-moz-box-shadow: inset 0 5px 5px #eee;
|
|
70
78
|
}
|
|
71
79
|
|
|
72
80
|
a {
|
|
@@ -274,6 +282,30 @@ a img {
|
|
|
274
282
|
color: gray;
|
|
275
283
|
}
|
|
276
284
|
|
|
285
|
+
#content h3 {
|
|
286
|
+
margin: 30px 15px 0 150px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
#content>ul {
|
|
290
|
+
list-style: square;
|
|
291
|
+
margin: 10px 15px 10px 150px;
|
|
292
|
+
padding: 0 0 0 1em
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
#content p.cta {
|
|
296
|
+
border: 1px solid #5FBBFF;
|
|
297
|
+
-moz-border-radius: 3px;
|
|
298
|
+
-webkit-border-radius: 3px;
|
|
299
|
+
border-radius: 3px;
|
|
300
|
+
overflow: auto;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
p.cta a {
|
|
304
|
+
display: block;
|
|
305
|
+
padding: 10px;
|
|
306
|
+
color: blue;
|
|
307
|
+
}
|
|
308
|
+
|
|
277
309
|
#content form dl dt {
|
|
278
310
|
float: left;
|
|
279
311
|
width: 140px;
|
|
@@ -797,5 +829,3 @@ ul.pages li a:hover {
|
|
|
797
829
|
-webkit-border-radius: 3px;
|
|
798
830
|
border-radius: 3px;
|
|
799
831
|
}
|
|
800
|
-
|
|
801
|
-
|