Froze rails gems
[depot.git] / vendor / rails / railties / doc / guides / source / stylesheets / more.css
1 .admin {
2 display:none;
3 }
4
5 #navAuthor {
6 text-align: right;
7 }
8
9 .bookinfo, .userinfo, pre {
10 padding: 10px;
11 background: #eee;
12 border: 1px solid #ccc;
13 }
14
15 pre {
16 overflow: auto;
17 }
18
19 #content pre, #content ul {
20 margin-bottom: 10px;
21 }
22
23 #content ol>ol {
24 padding-left : 30px;
25 }
26
27 div#header h1 a{
28 color: #333333;
29 text-decoration: none;
30 }
31
32 div#header p a{
33 text-decoration: none;
34 color: #999;
35 }
36
37 .left-floaty {
38 padding: 3px 15px;
39 float:left;
40 }
41
42 .right-floaty {
43 float:right;
44 padding: 3px 15px;
45 }
46
47 .figure {
48 border: 1px solid black;
49 line-height: normal;
50 background: #FFE;
51 margin: 1em;
52 }
53
54 .figure .caption {
55 background: #B00;
56 color: white;
57 font-weight: bold;
58 padding: 4px 24px 4px 8px;
59 margin-left: -4px;
60 border: 1px dotted #F77;
61 }
62
63 .figure .body {
64 padding: 0.5em;
65 margin-top: 0.5em;
66 }
67
68 .figure pre {
69 padding: 0px;
70 background: transparent;
71 border: none;
72 font-size: small;
73 font-family: mono;
74 }
75
76 .figure .lineno {
77 text-align: right;
78 color: #B00;
79 font-family: mono;
80 font-size: small;
81 padding-right: 1em;
82 }