From 1ebcbe0c31c252413041218e2f5ebdb61f3b90aa Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sun, 12 Apr 2015 11:12:03 +0200 Subject: Add herds support --- _sass/misc.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '_sass') diff --git a/_sass/misc.scss b/_sass/misc.scss index 7b3e85d..c0ffc80 100644 --- a/_sass/misc.scss +++ b/_sass/misc.scss @@ -16,6 +16,13 @@ } } +::selection { + background: #dddaec ; +} +::-moz-selection { + background: #dddaec ; +} + .gentoo-nav a:link, .gentoo-nav a:visited { color: #54487a; @@ -47,6 +54,14 @@ body.nav-align-h2 #content h2:first-of-type { min-width: 6em; } +.herd-desc-col { + width: 10em; +} + +.herd-maint-col { + width: 50%; +} + @media (min-width: 768px) { .frontpage-table { width: 100%; -- cgit v1.2.3-65-gdbad