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:
authorbimmer44 <david@rooikat.com>2019-01-28 19:25:41 +0300
committerbimmer44 <david@rooikat.com>2019-01-28 19:25:41 +0300
commit0f6662cf3cc62efae7d618346fd45efc253ef590 (patch)
tree911b1ddc6bbb162cd17d82a4498a0aca3efb7fe3 /static/css/strange-case.css
parentc638c3b0f753eb7232eba95aab68216c45fddfa8 (diff)
Added support for a mailto: link in the sidebar.
Diffstat (limited to 'static/css/strange-case.css')
-rw-r--r--static/css/strange-case.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/static/css/strange-case.css b/static/css/strange-case.css
index beb08bb..f7cc431 100644
--- a/static/css/strange-case.css
+++ b/static/css/strange-case.css
@@ -1,13 +1,13 @@
/*
- *
+ *
* Strange Case
* ------------
- *
+ *
* Built by ExchangeRate-API with Bootstrap - inspired by
* Hyde (https://github.com/mdo/hyde) for Hugo.
- *
- *
+ *
+ *
* CSS SECTIONS
*
* Defaults
@@ -101,6 +101,11 @@ p {
.sidebar .sidebar-menus li a {
text-decoration:underline;
}
+.sidebar .sidebar-contact {
+ padding-left: 0;
+ margin-left: 0;
+ margin-top: 1.5em;
+}
@media (min-width: 768px) {
.sidebar {
top: 0;
@@ -189,7 +194,7 @@ p.attr {
color: #9a9a9a;
}*/
-/*
+/*
* The original Hyde theme uses Base16 for colour schemes so
* we decided to also use this project. We picked different
* colors though. We also used the Ocean and 80's palettes in
@@ -287,4 +292,4 @@ p.attr {
}
.scheme-slate .post .post-heading span {
color: #9a9a9a;
-} \ No newline at end of file
+}