mirror of https://github.com/ColorlibHQ/AdminLTE
Corrected versioning issues
parent
1a0afe89b9
commit
26fc4f6a53
|
@ -40,7 +40,7 @@ body {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Content Wrapper - contins main content
|
* 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,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* ------------------
|
* ------------------
|
||||||
*/
|
*/
|
||||||
//Main Sidebar
|
//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,
|
.main-sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
|
|
|
@ -52,7 +52,7 @@ body {
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Content Wrapper - contins main content
|
* 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,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
|
@ -329,6 +329,7 @@ a:focus {
|
||||||
.content-header > .breadcrumb > li > a {
|
.content-header > .breadcrumb > li > a {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.content-header > .breadcrumb > li > a > .fa,
|
.content-header > .breadcrumb > li > a > .fa,
|
||||||
.content-header > .breadcrumb > li > a > .glyphicon,
|
.content-header > .breadcrumb > li > a > .glyphicon,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue