Corrected versioning issues

pull/276/head
Abdullah Almsaeed 2015-02-27 19:57:17 -05:00
parent 1a0afe89b9
commit 26fc4f6a53
4 changed files with 5 additions and 4 deletions

View File

@ -40,7 +40,7 @@ body {
/*
* Content Wrapper - contins main content
* ```.right-side has been deprecated as of v2.0 in favor of .content-wrapper ```
* ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
*/
.content-wrapper,
.right-side,

View File

@ -3,7 +3,7 @@
* ------------------
*/
//Main Sidebar
// ``` .left-side has been deprecated in favor of .main-sidebar ```
// ``` .left-side has been deprecated as of 2.0.0 in favor of .main-sidebar ```
.main-sidebar,
.left-side {

View File

@ -52,7 +52,7 @@ body {
}
/*
* Content Wrapper - contins main content
* ```.right-side has been deprecated as of v2.0 in favor of .content-wrapper ```
* ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
*/
.content-wrapper,
.right-side,
@ -329,6 +329,7 @@ a:focus {
.content-header > .breadcrumb > li > a {
color: #444;
text-decoration: none;
display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,

File diff suppressed because one or more lines are too long