summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-04-08 09:39:42 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-08 09:39:42 +0200
commita9d88fecd3918856cc06d41c624fbb751e2c1b39 (patch)
tree928cfda884e3c955e6b01a2c3eeb30d2ed176102 /style
parent479eb7aa8ba920038daef87f54caffd979f72767 (diff)
downloadsite-a9d88fecd3918856cc06d41c624fbb751e2c1b39.tar.gz
curriculum: display description and make menus clickable
Diffstat (limited to 'style')
-rw-r--r--style/curriculum.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/style/curriculum.less b/style/curriculum.less
index 7ad46b0..c909db1 100644
--- a/style/curriculum.less
+++ b/style/curriculum.less
@@ -46,6 +46,11 @@ body[data-page="curriculum"] #curriculum-menu {
&[data-type="bep"] {
background-color: @color-bep-background;
}
+
+ a {
+ width: 100%;
+ display: inline-block;
+ }
}
}
}