diff options
| author | n0kS Phr33d0m <god@politeia.in> | 2013-08-23 08:06:47 +0200 |
|---|---|---|
| committer | n0kS Phr33d0m <god@politeia.in> | 2013-08-23 08:06:47 +0200 |
| commit | 2238db8338f0876c8cb5759f52d740d2cf6e1ee3 (patch) | |
| tree | 09a32a8f81e5150a0b0a2cebdc2207d321553a86 /modules/extra/webcpanel/templates/default | |
| parent | 5c4414e4a579e4a619cc141a9fcf4638e150c572 (diff) | |
Make the navbar brand a different font to distinguish it from the rest of the navbar links.
Diffstat (limited to 'modules/extra/webcpanel/templates/default')
| -rw-r--r-- | modules/extra/webcpanel/templates/default/header.html | 2 | ||||
| -rw-r--r-- | modules/extra/webcpanel/templates/default/style.css | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/modules/extra/webcpanel/templates/default/header.html b/modules/extra/webcpanel/templates/default/header.html index 613ed617a..4ccba74ae 100644 --- a/modules/extra/webcpanel/templates/default/header.html +++ b/modules/extra/webcpanel/templates/default/header.html @@ -4,7 +4,7 @@ <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> - <!--<![endif]--> +<!--<![endif]--> <head> <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> <link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" /> diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css index 7c7ba533a..fa122518a 100644 --- a/modules/extra/webcpanel/templates/default/style.css +++ b/modules/extra/webcpanel/templates/default/style.css @@ -1,4 +1,5 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400); +@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400); +@import url(//fonts.googleapis.com/css?family=Port+Lligat+Slab); *, html, body, h1, h2, h3, h4, div, p, span, a, button { font-family: 'Open Sans', sans-serif; @@ -136,6 +137,12 @@ h4 { -moz-box-shadow: 0 8px 6px -8px black; box-shadow: 0 8px 6px -8px black; } +.navbar-brand { + font-size: 25px; +} +.navbar-brand, .navbar-brand small { + font-family: 'Port Lligat Slab', serif; +} .navbar-default .nav { margin-bottom: -1px; |
