summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-18 14:55:06 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-18 14:55:06 +0100
commit8b1f603448c2c84bdfc82b6319d6f3468f84b367 (patch)
treee26d7fddb9245676d2879a47d05ebe247e913116
parentf3dfd62eb28d419f2036340de02fc787b0ea044b (diff)
Minor cleanups in index.html
-rw-r--r--css/codeq.css1
-rw-r--r--index.html8
2 files changed, 4 insertions, 5 deletions
diff --git a/css/codeq.css b/css/codeq.css
index aa57292..fa00b64 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -175,7 +175,6 @@ div.vertical-line{
padding-bottom: 1em;
}
-
/* hints */
.block.block4 {
padding-bottom: 1em;
diff --git a/index.html b/index.html
index 361545c..4cac786 100644
--- a/index.html
+++ b/index.html
@@ -61,8 +61,8 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="glyphicon glyphicon-menu-hamburger"></span>
</button>
- <a id="navigation-home" tabindex="10" accesskey="1" href="#" title="Intelligent tutor system">
- <img src="res/CodeQ_logo-sivi.png" class="img-responsive">
+ <a id="navigation-home" tabindex="10" accesskey="1" href="#">
+ <img src="res/CodeQ_logo-sivi.png" alt="CodeQ">
</a>
</div>
@@ -77,8 +77,8 @@
<ul class="nav navbar-nav navbar-right" style="display:none;">
<p class="navbar-text"><span data-tkey="signed_in_as">Signed in as</span> <span id="signed-in-title">Janez</span></p>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" tabindex="40" accesskey="9" data-toggle="dropdown" aria-expanded="true">
- <span class="glyphicon glyphicon glyphicon-user"></span>
+ <a href="#" class="dropdown-toggle" tabindex="40" accesskey="9" data-toggle="dropdown" aria-expanded="false">
+ <span class="glyphicon glyphicon-user"></span>
</a>
<ul class="dropdown-menu">
<li id="navigation-logout"><a href="#" tabindex="41" data-tkey="logout">Logout</a></li>