changeset 163:fba603bfcff8

Update compiled CSS
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:43:30 -0400
parents 57fc77eca92c
children 345936c0fed7 c494e6ecff58
files static/css/agora.css
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/agora.css	Mon Oct 15 02:42:37 2012 -0400
+++ b/static/css/agora.css	Mon Oct 15 02:43:30 2012 -0400
@@ -41,7 +41,7 @@
 hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;}
 #snippet-history{overflow-x:auto;}#snippet-history ul{white-space:nowrap;padding:0;list-style-type:none;}
 #snippet-history >ul{margin-left:0;}
-#diff{margin-top:10px;display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;}
+#diff{margin-top:10px;display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;word-wrap:break-word;}
 #diff .gi{background:#DFD;}
 #diff .gu{color:#aaaaaa;}
 #diff .gd{background:#FDD;}
@@ -57,10 +57,10 @@
 form .errors{clear:both;}
 dl dt{float:left;clear:left;font-weight:bold;padding-right:5px;}
 dl dd{margin-left:200px;}
-#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;}
-#bundle-filebrowser li{margin-left:10px;}#bundle-filebrowser li.selected{font-weight:bold;}
+#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;}
+#bundle-filebrowser li{margin-left:5px;}#bundle-filebrowser li.selected{font-weight:bold;}
 #bundle-file{padding:0 20px;margin-left:220px;}#bundle-file h2{padding-top:0;}#bundle-file h2 small{color:#aaaaaa;font-size:0.7em;}
-.bundle-folder{background-image:url('../img/folder.png');background-repeat:no-repeat;margin-left:0;padding-left:20px;}
+.bundle-folder{background-image:url('../img/folder.png');background-repeat:no-repeat;margin-left:0;padding-left:18px;}
 .row{clear:both;}
 .span3{width:300px;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-right:30px;}.span3:last-child{padding-right:0px !important;}
 .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;}