diff options
author | Alex Legler <alex@a3li.li> | 2015-07-03 12:20:38 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-07-03 12:20:38 +0200 |
commit | eaff5e2242ca0a3a96bdd80813afd12af7848567 (patch) | |
tree | ca9679b007b95cd150858d7d6020e583e1acea33 /_sass | |
parent | Link to wiki for most of the foundation info (diff) | |
download | www-eaff5e2242ca0a3a96bdd80813afd12af7848567.tar.gz www-eaff5e2242ca0a3a96bdd80813afd12af7848567.tar.bz2 www-eaff5e2242ca0a3a96bdd80813afd12af7848567.zip |
Add rudimentary USE flag listing
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/misc.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_sass/misc.scss b/_sass/misc.scss index 9808fc0..f816db7 100644 --- a/_sass/misc.scss +++ b/_sass/misc.scss @@ -102,4 +102,10 @@ body.nav-align-h2 #content h2:first-of-type { .site-logo object { max-height: 58px; overflow: hidden; +.use-flag { + width: 25%; +} + +.use-desc { + width: 75%; }
\ No newline at end of file |