lib/generators/blacklight/templates/public/stylesheets/blacklight.css in blacklight-3.0pre1 vs lib/generators/blacklight/templates/public/stylesheets/blacklight.css in blacklight-3.0pre2
- old
+ new
@@ -1,14 +1,20 @@
+/* This file is generated by Blacklight. You probably don't want to edit
+ this file directly, or you'll have to manually merge your changes if later
+ versions of Blacklight change this file. Instead, use your own CSS file
+ which over-rides things in this file. Or of course you can choose
+ not to use the Blacklight CSS file at all in your local app. */
+
/* Global */
html {background: #707070;}
/* yui-grids sets text-align:center on body, which ends up centering
text in our jquery ui dialogs, which we don't actually want, it was
an accident. */
.ui-dialog-content { text-align: left; }
-body {background: url('../images/blacklight/bg.png') repeat-x top left; font: 0.7em Verdana, "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode MS", Arial, sans-serif; line-height: 1.4; color:#333; margin: 0px; padding: 15px;}
+body {background: url('../../images/blacklight/bg.png') repeat-x top left; font: 0.7em Verdana, "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode MS", Arial, sans-serif; line-height: 1.4; color:#333; margin: 0px; padding: 15px;}
select,input,button,textarea {font: 1em Verdana, "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode MS", Arial, sans-serif;}
strong {font-weight: bold;}
input {padding: .1em;}
@@ -30,21 +36,21 @@
/* Header Container Layout */
#hd {margin: 0em 2em 0 2em; padding: 2em 0 2em 0; }
#hd .yui-g {text-align: right;}
#hd .yui-g .first {text-align: left;}
-#doc, #doc2, #doc3, #doc4 {background: #fff url('../images/blacklight/border.png') repeat-x top left; border-bottom: 2px solid #555; margin: 0px auto;}
+#doc, #doc2, #doc3, #doc4 {background: #fff url('../../images/blacklight/border.png') repeat-x top left; border-bottom: 2px solid #555; margin: 0px auto;}
/* border-top: 10px solid #548cd8; -moz-border-top-colors: #548cd8 #5188d3 #4e84d0 #4b81cd #497dc9 #457ac6 #4376c2 #4173be #3e71bc #3d6fba; */
/* Body Container Layout */
#bd {padding: 0 2em 2em 2em;}
.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b {border-left: 1px dotted #ccc; padding: 1em 0 2em 2em; position: relative;}
/* Left Sidebar Layout */
.sidebar p {padding-top: 2em;}
/* Top Banner */
-h1.site_title {background: transparent url('../images/blacklight/logo.png') no-repeat top left; margin: 2em 0px 0px 1em; height: 35px; width: 120px;}
+h1.site_title {background: transparent url('../../images/blacklight/logo.png') no-repeat top left; margin: 2em 0px 0px 1em; height: 35px; width: 120px;}
.first h1 {margin: 0px; padding: 0px;}
h1.site_title a {display:block; height: 35px; width:120px; text-indent: -9999px; overflow: hidden; text-decoration: none; border: 0px;}
h1.site_title a:link, h1.site_title a:visited, h1.site_title a:hover, h1.site_title a:active {border: 0px;}
h2.search {margin:0; display:inline;}