summaryrefslogtreecommitdiff
path: root/assets/sass/_page_header.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_page_header.sass')
-rw-r--r--assets/sass/_page_header.sass29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/sass/_page_header.sass b/assets/sass/_page_header.sass
new file mode 100644
index 00000000..49520d6d
--- /dev/null
+++ b/assets/sass/_page_header.sass
@@ -0,0 +1,29 @@
+.page-header
+ margin-bottom: 20px
+ .dropdown
+ padding-right: 10px
+ h2
+ margin: 0
+ padding: 0
+ font-size: 1.4em
+ font-weight: bold
+ border-bottom: 1px dotted #ccc
+ a
+ color: #333
+ text-decoration: none
+ &:focus, &:hover
+ color: #aaa
+ ul
+ text-align: left
+ margin-top: 5px
+ display: inline-block
+ li
+ display: inline
+ padding-right: 15px
+ font-size: 0.95em
+ &.active a
+ color: #333
+ text-decoration: none
+ font-weight: bold
+ &:hover, &:focus
+ text-decoration: underline