Skip to content

Commit

Permalink
Dev: removed link on frontend survey title
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 7, 2016
1 parent 7b3b683 commit 4e2604d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/default/config.xml
Expand Up @@ -17,7 +17,7 @@
<license>GNU General Public License version 2 or later</license>
<version>1.0</version>
<description>Default LimeSurvey Template.</description>
<last_update>2016-04-05 13:09:00</last_update>
<last_update>2016-04-07 10:00:00</last_update>
</metadatas>

<files>
Expand Down
5 changes: 4 additions & 1 deletion templates/default/css/template.css
Expand Up @@ -1059,10 +1059,13 @@ table.question.subquestion-list.questions-list tr th.answertext {

}

body .navbar-default .navbar-brand:hover {
color: #ffffff;
}

/* On iPad etc only */
@media only screen and (max-width: 800px) and (min-width: 768px) {
.five-point-choice .noanswer-item {
padding: 0;
}
}

2 changes: 1 addition & 1 deletion templates/default/views/startpage.pstpl
Expand Up @@ -23,7 +23,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand col-xs-8" href="#">{SURVEYNAME}</a>
<span class="navbar-brand">{SURVEYNAME}</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 4e2604d

Please sign in to comment.