From 9d04e5fe1aba20f913d7166ecdc0201de83bddc8 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Thu, 24 Jul 2014 17:04:22 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27cd268ec..0f20d6cf3 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Want More? 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: From 0e6963e04d765304d07a8c9b68480dd0f013b2ab Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Thu, 24 Jul 2014 17:07:03 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f20d6cf3..7604038f7 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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. From a34bf866ef23e17ae2ca4550aa227ca09c2b3cbb Mon Sep 17 00:00:00 2001 From: Giang Manh Date: Fri, 25 Jul 2014 17:55:26 +0900 Subject: [PATCH 3/3] Fix bug of image max width (supposed to be width of its container) --- css/AdminLTE.css | 2 +- less/core.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {