comparison static/css/agora.css @ 163:fba603bfcff8

Update compiled CSS
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:43:30 -0400
parents aa9a594334c7
children 9d2a2ab4e650
comparison
equal deleted inserted replaced
162:57fc77eca92c 163:fba603bfcff8
39 #non-sidebar{display:inline-block;zoom:1;*display:inline;width:710px;padding-right:20px;vertical-align:top;} 39 #non-sidebar{display:inline-block;zoom:1;*display:inline;width:710px;padding-right:20px;vertical-align:top;}
40 .hint{border:1px solid #60cae1;background:#c3e9f5;padding:10px;margin-bottom:10px;} 40 .hint{border:1px solid #60cae1;background:#c3e9f5;padding:10px;margin-bottom:10px;}
41 hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;} 41 hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;}
42 #snippet-history{overflow-x:auto;}#snippet-history ul{white-space:nowrap;padding:0;list-style-type:none;} 42 #snippet-history{overflow-x:auto;}#snippet-history ul{white-space:nowrap;padding:0;list-style-type:none;}
43 #snippet-history >ul{margin-left:0;} 43 #snippet-history >ul{margin-left:0;}
44 #diff{margin-top:10px;display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;} 44 #diff{margin-top:10px;display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;word-wrap:break-word;}
45 #diff .gi{background:#DFD;} 45 #diff .gi{background:#DFD;}
46 #diff .gu{color:#aaaaaa;} 46 #diff .gu{color:#aaaaaa;}
47 #diff .gd{background:#FDD;} 47 #diff .gd{background:#FDD;}
48 table.default{width:100%;border:1px solid #e6e6e6;}table.default thead th{padding:5px 0;border-bottom:1px solid #e6e6e6;} 48 table.default{width:100%;border:1px solid #e6e6e6;}table.default thead th{padding:5px 0;border-bottom:1px solid #e6e6e6;}
49 ul{padding:5px 0;margin-left:20px;} 49 ul{padding:5px 0;margin-left:20px;}
55 form .form-input textarea{width:400px;} 55 form .form-input textarea{width:400px;}
56 form .form-input p{padding-top:10px;padding-bottom:0;} 56 form .form-input p{padding-top:10px;padding-bottom:0;}
57 form .errors{clear:both;} 57 form .errors{clear:both;}
58 dl dt{float:left;clear:left;font-weight:bold;padding-right:5px;} 58 dl dt{float:left;clear:left;font-weight:bold;padding-right:5px;}
59 dl dd{margin-left:200px;} 59 dl dd{margin-left:200px;}
60 #bundle-filebrowser{background:#fbfbfb;border:1px solid #e6e6e6;padding:10px;padding-bottom:0;width:208px;float:left;}#bundle-filebrowser ul{list-style-type:none;margin-left:0;} 60 #bundle-filebrowser{overflow-x:auto;background:#fbfbfb;border:1px solid #e6e6e6;padding:10px;padding-bottom:0;width:208px;float:left;}#bundle-filebrowser ul{list-style-type:none;margin-left:0;}
61 #bundle-filebrowser li{margin-left:10px;}#bundle-filebrowser li.selected{font-weight:bold;} 61 #bundle-filebrowser li{margin-left:5px;}#bundle-filebrowser li.selected{font-weight:bold;}
62 #bundle-file{padding:0 20px;margin-left:220px;}#bundle-file h2{padding-top:0;}#bundle-file h2 small{color:#aaaaaa;font-size:0.7em;} 62 #bundle-file{padding:0 20px;margin-left:220px;}#bundle-file h2{padding-top:0;}#bundle-file h2 small{color:#aaaaaa;font-size:0.7em;}
63 .bundle-folder{background-image:url('../img/folder.png');background-repeat:no-repeat;margin-left:0;padding-left:20px;} 63 .bundle-folder{background-image:url('../img/folder.png');background-repeat:no-repeat;margin-left:0;padding-left:18px;}
64 .row{clear:both;} 64 .row{clear:both;}
65 .span3{width:300px;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-right:30px;}.span3:last-child{padding-right:0px !important;} 65 .span3{width:300px;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-right:30px;}.span3:last-child{padding-right:0px !important;}
66 .snippet{width:670px;font-family:monospace;position:relative;}.snippet .code-lines{position:relative;left:40px;padding:10px;border:1px solid #e6e6e6;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.snippet .code-lines .line{white-space:pre-wrap;word-wrap:break-word;} 66 .snippet{width:670px;font-family:monospace;position:relative;}.snippet .code-lines{position:relative;left:40px;padding:10px;border:1px solid #e6e6e6;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.snippet .code-lines .line{white-space:pre-wrap;word-wrap:break-word;}
67 .snippet .line-counters{position:absolute;top:0;font-weight:bold;}.snippet .line-counters p{width:30px;text-align:right;position:absolute;} 67 .snippet .line-counters{position:absolute;top:0;font-weight:bold;}.snippet .line-counters p{width:30px;text-align:right;position:absolute;}
68 .snippet.vibrant{}.snippet.vibrant .code-lines{color:#ffffff;background:#1b1b1b;} 68 .snippet.vibrant{}.snippet.vibrant .code-lines{color:#ffffff;background:#1b1b1b;}