diff options
| author | Gustav Eek <gustav@fripost.org> | 2015-03-01 20:38:27 +0100 | 
|---|---|---|
| committer | Gustav Eek <gustav@fripost.org> | 2015-03-01 20:38:27 +0100 | 
| commit | b4043f739fbbe30bdbe553f30b0e902f726b1232 (patch) | |
| tree | 2d7ab9d10596395ed3fb3a718edeb0fb381818ee | |
| parent | 26e3fe80f2981d86ab04acc70976d46894875f44 (diff) | |
Suggestions to look modifications
| -rw-r--r-- | templates/page.tmpl | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index cfeabca..a07aa59 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -30,7 +30,8 @@        margin-top: 1em      }      .navbar-fripost a { -      color: black; +      color: white; +      background-color: black;      }      .navbar-fripost .navbar-toggle .icon-bar {        background-color: black; @@ -64,7 +65,7 @@          </ul>          <ul class="nav navbar-nav navbar-right">            <li> -            <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-user"></span> Members <b class="caret"></b></a> +            <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-user"></span> Logga in  <b class="caret"></b></a>              <ul class="dropdown-menu">                <li><a href="https://mail.fripost.org/"><span class="glyphicon glyphicon-envelope"></span> Webmail</a></li>                <li><a href="https://antilop.fripost.org/mailman/listinfo"><span class="glyphicon glyphicon-list"></span> Mailing lists</a></li> | 
