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:
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;
+}