aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 8ac46a2..e60a570 100644
--- a/static/main.css
+++ b/static/main.css
@@ -22,6 +22,21 @@ pre {
margin: 20px 0;
}
+.category {
+ display: block;
+ float: right;
+ padding: 0 5px;
+ border-left: 1px #202020 solid;
+ margin-left: 5px;
+}
+
+.category:hover {
+ border-left: 1px #ffffff solid;
+ background-color: #dddddd;
+ color: #404040;
+ text-decoration: none;
+}
+
.clear {
clear: both;
}