aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-01-08 16:08:02 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-01-08 16:08:02 +0100
commit5845a5be3c0cc86d6fca3c44e26f9cbf77931a05 (patch)
tree658a7bc8e91554f10c154573b56a2c440ca16b09 /_includes/site.css
parent1d321a51fdadf4c409d7e7d00096c51754bd0113 (diff)
downloadmitjafelicijan.com-5845a5be3c0cc86d6fca3c44e26f9cbf77931a05.tar.gz
Added author and update on editor
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/_includes/site.css b/_includes/site.css
index e97f5ca..117ad5f 100644
--- a/_includes/site.css
+++ b/_includes/site.css
@@ -82,6 +82,11 @@ article img {
82 display: block; 82 display: block;
83} 83}
84 84
85article img[src*='#center'] {
86 display: block;
87 margin: auto;
88}
89
85time { 90time {
86 display: block; 91 display: block;
87 font-size: 85%; 92 font-size: 85%;
@@ -190,6 +195,13 @@ ol li a {
190 text-decoration: none; 195 text-decoration: none;
191} 196}
192 197
198/* footnotes */
199.footnotes p {
200 padding: 0;
201 display: inline-block;
202 margin: 0;
203}
204
193/* commenting */ 205/* commenting */
194#hcb_form_name, 206#hcb_form_name,
195#hcb_form_content { 207#hcb_form_content {
@@ -239,6 +251,10 @@ ol li a {
239 h1 { 251 h1 {
240 font-size: 200%; 252 font-size: 200%;
241 } 253 }
254
255 .footnotes {
256 overflow: auto;
257 }
242} 258}
243 259
244@media print { 260@media print {