Implemented bootstrap 2.2.1.1. Restyled header panel

This commit is contained in:
Dmitriy Zaporozhets 2012-11-20 23:05:15 +02:00
parent 236584c2f8
commit 942c410119
13 changed files with 134 additions and 233 deletions

View file

@ -1,6 +1,8 @@
.btn {
@include bg-gradient(#f7f7f7, #d5d5d5);
border-color:#aaa;
font-size: 13px;
line-height: 17px;
&:hover {
@include bg-gray-gradient;
border-color:#bbb;
@ -84,6 +86,7 @@
&.small {
@extend .btn-small;
line-height: 16px;
}
&.active {
@ -94,6 +97,7 @@
&.very_small {
font-size:11px;
padding:2px 6px;
line-height: 16px;
margin:2px;
}

View file

@ -3,10 +3,10 @@
*
*/
body { font-size: 13px; }
h1, h2, h3, h4, h5, h6 { margin:0 }
h1, h2, h3, h4, h5, h6 { margin: 0; }
h3, h4, h5, h6 { line-height: 36px; }
h5 { font-size:14px; }
h3.page_title {
color:#456;
font-size:20px;