diff --git a/README.md b/README.md index 27cd268ec..7604038f7 100755 --- a/README.md +++ b/README.md @@ -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: diff --git a/css/AdminLTE.css b/css/AdminLTE.css index ead7f62f4..ab926489d 100755 --- a/css/AdminLTE.css +++ b/css/AdminLTE.css @@ -142,7 +142,7 @@ h6, } /* All images should be responsive */ img { - max-width: 100%important; + max-width: 100% !important; } .sort-highlight { background: #f4f4f4; diff --git a/less/core.less b/less/core.less index 1c13d3e0a..38dd00f2f 100755 --- a/less/core.less +++ b/less/core.less @@ -140,7 +140,7 @@ h6, /* All images should be responsive */ img { - max-width: 100%important; + max-width: 100% !important; } .sort-highlight {