aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-09-07 13:54:21 +0200
committerAdrian Kummerlaender2014-09-07 13:54:21 +0200
commit16abd6f7d2aa26c4c980616e245113153550806c (patch)
treeb4eeb0c4d797d66a9e0a462182ad711fa972a69d
parentab3571b0393855faeec66acc7c8b3f33e5ed469a (diff)
downloadblog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.tar
blog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.tar.gz
blog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.tar.bz2
blog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.tar.lz
blog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.tar.xz
blog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.tar.zst
blog.kummerlaender.eu-16abd6f7d2aa26c4c980616e245113153550806c.zip
Changed image CSS style to apply also to unlinked images
-rw-r--r--source/99_result/main.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css
index 98edc7d..1fb8787 100644
--- a/source/99_result/main.css
+++ b/source/99_result/main.css
@@ -34,8 +34,9 @@ pre{padding:1em;border-radius:0.75em;color:#f8f8f2;background:#272822}
#main .article table tr:last-child {border-bottom:none}
#main .article table tr th{font-weight:normal;padding:0.2em 1em}
#main .article table tr td{padding:0.2em 1em}
-#main a img{padding:0.2em; border:0.1em solid #e3e8e8; display:block; margin-left:auto; margin-right:auto}
-#main a img.clear{border:none}
+#main img{padding:0.2em; border:0.1em solid #e3e8e8; display:block; margin-left:auto; margin-right:auto}
+#main img.full{max-width:100%}
+#main img.clear{border:none}
#pagination{height:1.5em; margin-top:0.5em}
#pagination span.disabled{display:none}
#pagination span a{text-decoration:none; color:#272828}
@@ -68,8 +69,6 @@ pre{padding:1em;border-radius:0.75em;color:#f8f8f2;background:#272822}
.commentlist ol{margin-top:0.2em; border-top:0.1em solid #e3e8e8}
.commentlist ol li{background:none; font-size:0.8em}
.commentlist ol li.dateitem{padding:0; font-weight:bold}
-.project{border-bottom:0.2em dotted #e3e8e8; padding-top:0.5em; padding-bottom:0.5em; overflow:hidden}
-.project img{background:#e3e8e8; border-radius:0.3em; padding:0.2em; margin-right:1em; width:200px; height:150px}
.lpos{float:left}
.rpos{float:right}
.mpos{margin:0 auto; display:block}
@@ -81,7 +80,7 @@ pre{padding:1em;border-radius:0.75em;color:#f8f8f2;background:#272822}
@media screen and (max-width:725px){
#content{width:98%}
- img.full{width:98%}
+ #main img{width:98%}
#main .article h2 a{max-width:90%}
.columns {column-count:1;-moz-column-count:1;-webkit-column-count:1}
.columns .column {width:100%}