File tree Expand file tree Collapse file tree
chef-server/lib/public/stylesheets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : 11 px ;
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
117122div .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; }
You can’t perform that action at this time.
0 commit comments