styles.css

About this file

This CSS file contains styles for wrapping and centering text, action buttons, and custom tabs.

Code Check Report




csslint: There are 9 problems in .

styles.css
1: warning at line 35, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-below > .nav-tabs > li {

styles.css
2: warning at line 46, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-below > .nav-tabs > li > a:hover,

styles.css
3: warning at line 63, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-left > .nav-tabs > li > a,

styles.css
4: warning at line 70, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-left > .nav-tabs {

styles.css
5: warning at line 76, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-left > .nav-tabs > li > a {

styles.css
6: warning at line 92, col 5
Property with star prefix found.
    *border-right-color: #ffffff;

styles.css
7: warning at line 95, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-right > .nav-tabs {

styles.css
8: warning at line 101, col 1
Rule doesn't have all its properties in alphabetical order.
.tabs-right > .nav-tabs > li > a {

styles.css
9: warning at line 117, col 5
Property with star prefix found.
    *border-left-color: #ffffff;
                        

Documentation drawn from source code

.wrap-text {
}

.center-text {
}

.action-buttons {
}

/* custom inclusion of right, left and below tabs */
.tabs-left > .nav-tabs {
}

.pill-content > .pill-pane {
}

.pill-content > .active {
}

.tabs-below > .nav-tabs {
}

.tabs-below > .nav-tabs > li {
}

.tabs-below > .nav-tabs > li > a {
}

.tabs-below > .nav-tabs > li > a:focus {
}

.tabs-below > .nav-tabs > .active > a:focus {
}

.tabs-right > .nav-tabs > li {
}

.tabs-right > .nav-tabs > li > a {
}

.tabs-left > .nav-tabs {
}

.tabs-left > .nav-tabs > li > a {
}

.tabs-left > .nav-tabs > li > a:focus {
}

.tabs-left > .nav-tabs .active > a:focus {
}

.tabs-right > .nav-tabs {
}

.tabs-right > .nav-tabs > li > a {
}

.tabs-right > .nav-tabs > li > a:focus {
}

.tabs-right > .nav-tabs .active > a:focus {
}

/* end custom inclusion of right, left and below tabs */
.content-min-height {
}

Source code