2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

add shell of tests page, lighten form actions background and give it a variable

This commit is contained in:
Mark Otto
2012-03-22 21:08:41 -07:00
parent b011daf67f
commit 1852d077bf
9 changed files with 141 additions and 4 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ select:focus:required:invalid {
padding: (@baseLineHeight - 1) 20px @baseLineHeight;
margin-top: @baseLineHeight;
margin-bottom: @baseLineHeight;
background-color: @grayLighter;
background-color: @formActionsBackground;
border-top: 1px solid #ddd;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
}