mirror of https://github.com/ColorlibHQ/AdminLTE
Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE
commit
debcd84146
|
@ -12,12 +12,13 @@ Want More?
|
|||
**Almsaeed studio just opened a new premium templates page. Hand picked to insure the best quality and the most affordable prices. Visit http://almsaeedstudio.com/premium for more information.**
|
||||
|
||||
|
||||
![preview image](http://almsaeedstudio.com/adminlte.png "AdminLTE Presentation")
|
||||
!["AdminLTE Presentation"](http://almsaeedstudio.com/adminlte.png "AdminLTE Presentation")
|
||||
|
||||
**AdminLTE** has been carefully coded with clear comments in all of its JS, LESS and HTML files. LESS has been used to increase code customizability.
|
||||
|
||||
Announcements:
|
||||
--------------
|
||||
- Check out the new updated dashboard!
|
||||
- Thanks to **[@hason](https://github.com/hason)** for the great contribution, we now have a bower branch that supports Bower.js
|
||||
|
||||
Special Features:
|
||||
|
|
|
@ -142,7 +142,7 @@ h6,
|
|||
}
|
||||
/* All images should be responsive */
|
||||
img {
|
||||
max-width: 100%important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
.sort-highlight {
|
||||
background: #f4f4f4;
|
||||
|
|
|
@ -140,7 +140,7 @@ h6,
|
|||
|
||||
/* All images should be responsive */
|
||||
img {
|
||||
max-width: 100%important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.sort-highlight {
|
||||
|
|
Loading…
Reference in New Issue