File: styles/prosilver/theme/utilities.css
Unmodified
Added
Modified
Removed
Line 37 | Line 37 |
---|
.clearfix:after, .container:after, .container-fluid:after,
|
.clearfix:after, .container:after, .container-fluid:after,
|
.row:after { clear: both }
| .row:after { clear: both; }
|
.center-block { display: block;
| .center-block { display: block;
|
Line 45 | Line 45 |
---|
margin-right: auto; }
|
margin-right: auto; }
|
.pull-right { float: right !important } .pull-left { float: left !important } .hide { display: none !important } .show { display: block !important } .invisible { visibility: hidden }
| .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; }
|
.text-hide { font: 0/0 a;
| .text-hide { font: 0/0 a;
|
Line 60 | Line 60 |
---|
}
.hidden {
|
}
.hidden {
|
display: none ;
| display: none;
|
}
|
}
|
.affix { position: fixed }
| .affix { position: fixed; }
|
|
|