123456789101112131415161718192021222324252627282930313233343536 |
- dl {
- margin-top: 12px;
- margin-bottom: 12px;
- }
- #main .header span:not(:last-child) {
- display: none;
- }
- #main .header > * {
- padding-left: 15px !important;
- }
- #nav-container {
- top: 48px;
- }
- .header {
- height: 48px;
- }
- .header > * {
- line-height: 48px;
- font-size: 18px;
- }
- .header span:not(:first-child):before {
- content: none;
- }
- .row > .col {
- width: 100%;
- float: left;
- }
- .row.col-md-1 > .col,
- .row.col-md-2 > .col,
- .row.col-md-3 > .col,
- .row.col-md-4 > .col {
- width: 100%;
- }
- table {
- width: 100%;
- }
|