aboutsummaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-12 11:12:03 +0200
committerAlex Legler <alex@a3li.li>2015-04-12 11:12:03 +0200
commit1ebcbe0c31c252413041218e2f5ebdb61f3b90aa (patch)
tree9001ac980e7d699ac1dd915cdbf1ca201a48c662 /_sass
parentFix typo in robots.txt (diff)
downloadwww-1ebcbe0c31c252413041218e2f5ebdb61f3b90aa.tar.gz
www-1ebcbe0c31c252413041218e2f5ebdb61f3b90aa.tar.bz2
www-1ebcbe0c31c252413041218e2f5ebdb61f3b90aa.zip
Add herds support
Diffstat (limited to '_sass')
-rw-r--r--_sass/misc.scss15
1 files changed, 15 insertions, 0 deletions
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%;