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

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/strange-case.css')
-rw-r--r--static/css/strange-case.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/strange-case.css b/static/css/strange-case.css
index f6d4d55..9cebf14 100644
--- a/static/css/strange-case.css
+++ b/static/css/strange-case.css
@@ -51,6 +51,9 @@ img {
.post {
margin-bottom: 3em;
}
+.post a {
+ text-decoration: underline;
+}
.post .post-heading {
margin-bottom: 1em;
}
@@ -76,7 +79,6 @@ img {
/* SIDEBAR */
-
.sidebar {
padding: 2em;
font-size: 1.3em;
@@ -98,6 +100,9 @@ img {
list-style: none;
font-size:1em;
}
+.sidebar .sidebar-icons li {
+ display: inline-block;
+}
.sidebar .sidebar-recent {
margin-top: 1.5em;
}