aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-29 22:38:08 +0200
committerAdrian Kummerlaender2014-08-29 22:38:08 +0200
commit14fa96aa3f663b45ebe6b4642e1af00dba8602e7 (patch)
tree7f0c0e42f1b64503702a4e5f45f2abf55d8bed46
parent0231b111189ad201871aa0714a69163d87031f79 (diff)
downloadblog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.tar
blog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.tar.gz
blog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.tar.bz2
blog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.tar.lz
blog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.tar.xz
blog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.tar.zst
blog.kummerlaender.eu-14fa96aa3f663b45ebe6b4642e1af00dba8602e7.zip
Updated contact page and prettylist CSS
* fixed prettylist CSS to work in both WebKit and Gecko
-rw-r--r--source/00_content/pages/contact.md2
-rw-r--r--source/99_result/main.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/source/00_content/pages/contact.md b/source/00_content/pages/contact.md
index 84f7b2b..d5a4b09 100644
--- a/source/00_content/pages/contact.md
+++ b/source/00_content/pages/contact.md
@@ -10,3 +10,5 @@
### About me
Hi, my name is Adrian Kummerländer. I am a Software Developer located in southern Germany.
+
+This blog contains some of my thoughts and experiences concerning software development and various other topics.
diff --git a/source/99_result/main.css b/source/99_result/main.css
index e4304b1..98edc7d 100644
--- a/source/99_result/main.css
+++ b/source/99_result/main.css
@@ -51,7 +51,6 @@ pre{padding:1em;border-radius:0.75em;color:#f8f8f2;background:#272822}
.columns {column-count:2;-moz-column-count:2;-webkit-column-count:2;column-gap:0;-moz-column-gap:0;-webkit-column-gap:0}
.columns a {color:#272828; text-decoration:none}
.columns a:hover {text-decoration:underline}
-.columns .column {display:inline-block}
.taglist ul{padding:0.2em; float:none; overflow:hidden}
.taglist ul li{margin:0.2em 0 0.2em 0; padding:0.2em}
.articlelist ol{margin:0; padding:0.3em; list-style:none}
@@ -63,7 +62,7 @@ pre{padding:1em;border-radius:0.75em;color:#f8f8f2;background:#272822}
.archivlist ol li.dateitem{padding:0; font-weight:bold}
.archivtag ul{margin-top:0.2em; border-top:0.1em solid #e3e8e8}
.archivtag div{overflow:hidden; margin-bottom:0.5em}
-.prettylist li {float:none; overflow:hidden}
+.prettylist li {float:none; display:inline-block}
.prettylist li a{background:none}
.prettylist li em{font-style:normal; font-size:1.4em; color:#F80}
.commentlist ol{margin-top:0.2em; border-top:0.1em solid #e3e8e8}