Styled footer and form-actions in cyborg
authorThomas Park <thomas@thomaspark.me>
Tue, 14 Feb 2012 17:09:45 +0000 (12:09 -0500)
committerThomas Park <thomas@thomaspark.me>
Tue, 14 Feb 2012 17:09:45 +0000 (12:09 -0500)
cyborg/bootstrap.css
cyborg/bootstrap.min.css
cyborg/bootswatch.less

index 39797b4..f536b75 100644 (file)
@@ -3797,8 +3797,8 @@ legend, label {
   color: #999999;
   border-bottom: 0px solid #222;
 }
-.form-actions, .footer {
-  border-top: 0px solid #222;
+.form-actions, footer.footer {
+  border-top: 1px solid #222;
 }
 .progress {
   background-color: #060606;
index 55abb4b..e32341f 100644 (file)
@@ -671,7 +671,7 @@ input,textarea,select,.uneditable-input{color:#282828;}
 .btn.disabled,.btn[disabled]{background-color:#adafae;}
 .form-actions{background:transparent;}
 legend,label{color:#999999;border-bottom:0px solid #222;}
-.form-actions,.footer{border-top:0px solid #222;}
+.form-actions,footer.footer{border-top:1px solid #222;}
 .progress{background-color:#060606;background-image:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
 .label{background-color:#666666;}
 .label-important{background-color:#cc0000;}
index c4ce362..ac76c7b 100755 (executable)
@@ -46,7 +46,7 @@ hr {
 }
 
 .page-header {
-  border-bottom: 2px solid @blue
+       border-bottom: 2px solid @blue
 }
 
 // NAVBAR
@@ -399,8 +399,8 @@ legend, label {
        border-bottom: 0px solid #222;
 }
 
-.form-actions, .footer {
-       border-top: 0px solid #222;
+.form-actions, footer.footer {
+       border-top: 1px solid #222;
 }