diff options
author | parth | 2012-04-11 17:47:23 +0530 |
---|---|---|
committer | parth | 2012-04-11 17:47:23 +0530 |
commit | 9a08931f988eaabb792b3f842e397f7df31e005f (patch) | |
tree | 0312bba9b05081f7c003ea280a491a5691c2273a | |
parent | 81cdfbb088a85203268b6c20546418b4977b39ed (diff) | |
parent | 87dbdb6ee3739704e6170e13a931e8747cc3faf8 (diff) | |
download | aloha-9a08931f988eaabb792b3f842e397f7df31e005f.tar.gz aloha-9a08931f988eaabb792b3f842e397f7df31e005f.tar.bz2 aloha-9a08931f988eaabb792b3f842e397f7df31e005f.zip |
Merge https://github.com/FOSSEE/aloha
-rw-r--r-- | aloha/template/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aloha/template/base.html b/aloha/template/base.html index ae2cf46..9185e11 100644 --- a/aloha/template/base.html +++ b/aloha/template/base.html @@ -78,7 +78,7 @@ <div id="sidebar"> <div class="well sidebar-nav"> <ul class="nav nav-list"> - <li class="nav-header">Notices</li> + <li class="nav-header"><h2>Notes</h2></li> <li><hr></li> <li><span class="label label-important pull-right">Important</span></li> <li>Supported Browsers : <br />Google chrome >= 12<br /> Mozilla Firefox >= 3<br /> Microsoft Internet Explorer >= 8 <br />Opera >=11.0</li> |