logout button, finished

This commit is contained in:
Hugo Roy 2014-03-19 11:43:19 +01:00 committed by opi
parent c343b3a479
commit 9b030a0be6
3 changed files with 3 additions and 4 deletions

View file

@ -39,7 +39,7 @@
//
//## Font, line-height, and color for body text, headings, and more.
@font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-sans-serif: "Source Code Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
@font-family-monospace: "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;

View file

@ -10,7 +10,6 @@
html, body {
width:100%;
font-family: "Source Code Pro", sans-serif;
}
.block {
@ -62,9 +61,9 @@ html, body {
.logout-button {
.make-sm-column(2);
font-size: 2em;
.btn;
.btn-link;
text-align: right;
a.fa-sign-out {
.fa;
.fa-2x;

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long