Skip to content

Commit bde6399

Browse files
author
Joshua Timberman
committed
chef-101, some css goodness
1 parent bbc71e1 commit bde6399

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

chef-server/lib/public/stylesheets/master.css

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/* body {
2-
font-family: Arial, Verdana, sans-serif;
3-
font-size: 12px;
1+
body {
2+
font-family: Verdana, Arial, sans-serif;
3+
font-size: 11px;
44
background-color: #fff;
55
margin: ;
66
}
@@ -112,6 +112,11 @@ a:hover {
112112
}
113113
#main-container ul {
114114
margin-left: 3.0em;
115+
margin-right: 3.0em;
116+
}
117+
#main-container ol {
118+
margin-left: 3.0em;
119+
margin-right: 3.0em;
115120
}
116121

117122
div.resource_collection {
@@ -150,8 +155,23 @@ div.node {
150155
margin: 10px;
151156
padding: 5px;
152157
border: 1px solid #999;
158+
width: 95%;
159+
}
160+
li {
161+
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
162+
white-space: pre-wrap; /* css-3 */
163+
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
164+
white-space: -pre-wrap; /* Opera 4-6 */
165+
white-space: -o-pre-wrap; /* Opera 7 */
166+
/* width: 99%; */
167+
word-wrap: break-word; /* Internet Explorer 5.5+ */
168+
}
169+
170+
textarea {
171+
font-size: 10px;
172+
font-family: monospace;
173+
border: 1px solid #999;
153174
}
154-
*/
155175

156176
.ruby .normal {}
157177
.ruby .comment { color: #005; font-style: italic; }

0 commit comments

Comments
 (0)