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
path: root/static
diff options
context:
space:
mode:
authorDavid M <565357+David-N55@users.noreply.github.com>2021-03-04 15:57:49 +0300
committerGitHub <noreply@github.com>2021-03-04 15:57:49 +0300
commit3ea1d7d50bd0c1a0fa50747ec012a845d59810a3 (patch)
tree0ab2d9d28e417f95328bf72836607865fb7ac62a /static
parent26404ab591859b728b677f00b31e2d42f6775311 (diff)
parentaa133bcfe83440b629d827306f04183fe3ac5c23 (diff)
Merge pull request #14 from jkaye2012/masterHEADmaster
Fix deprecation warnings and correct README
Diffstat (limited to 'static')
-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;
}