Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 21:00:41 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 21:00:41 +0300
commit700580ad2f66e9aef734a063c346981c38713923 (patch)
treec8f67d99cb33c14f42e732c3e69609fae2c86c97 /static
parent780cb055fa4af1fa01c5a0ae2d3137aba0fab4cd (diff)
Switch to use more advanced main menu config
Was using the Lazy Blogger option previously.
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index 93f0a9e..455de7c 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -52,10 +52,6 @@ article > footer {
border-bottom: 1px solid #eee;
}
-.social {
- font-size: 0.8em;
-}
-
#menu .brand {
font-family: Raleway;
font-weight: bold;
@@ -65,4 +61,8 @@ article > footer {
background: transparent;
text-decoration: none;
margin: 0.5em 0;
-} \ No newline at end of file
+}
+
+#menu .pure-menu {
+ font-size: 0.9em;
+}