Skip to content

Commit

Permalink
Makes navbar links all lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
arecker committed Nov 10, 2015
1 parent cd7abf4 commit 915355d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-family: 'Lobster', cursive;
text-transform: lowercase;
}

.navbar {min-height:28px !important;}
.navbar .nav {
min-height:28px !important;
}
1 change: 1 addition & 0 deletions templates/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<link href="{% static 'css/business-casual.css' %}" rel="stylesheet">
<link href="{% static 'css/open-sans.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'css/josefin-slab.css' %}" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href="{% static 'css/site.css' %}" rel="stylesheet" type="text/css">
{% endcompress %}

0 comments on commit 915355d

Please sign in to comment.