bootstrap 2 integration complete.

This commit is contained in:
Dmitriy Zaporozhets 2012-04-10 20:50:27 +03:00
parent 2587de74df
commit 8f22834c4e
3 changed files with 3 additions and 13 deletions

View file

@ -9,8 +9,8 @@
.container {
padding-top:0;
z-index:5;
min-width:$min_app_width;
padding:0 20px
padding:0 20px;
min-width: $min_app_width;
}
.container .content {

View file

@ -118,16 +118,6 @@ table {
&.primary {
@extend .btn-primary;
}
&.btn-danger {
background:#DD4B39;
color:white;
border-color:#990000;
text-shadow:0 0 1px #111;
&:hover {
color:white;
background:#DD0000;
}
}
&.danger {
@extend .btn-danger;
}

View file

@ -4,6 +4,6 @@
%br
%table#keys-table
%table#keys-table.table
- @keys.each do |key|
= render(:partial => 'show', :locals => {:key => key})