about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--_style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/_style.css b/_style.css index b0474e9..1201582 100644 --- a/_style.css +++ b/_style.css
@@ -140,6 +140,16 @@ nav {
140 width: 45%; 140 width: 45%;
141} 141}
142/* header-extra }}} */ 142/* header-extra }}} */
143/* #SRC {{{ */
144#src {
145 border: none;
146 position: absolute;
147 top: 0;
148 right: 10px;
149 color: gray;
150 font-size: 8pt;
151}
152/* #src }}} */
143/* header elements }}} */ 153/* header elements }}} */
144/* .EKPHRASTIC {{{ */ 154/* .EKPHRASTIC {{{ */
145.ekphrastic { 155.ekphrastic {
@@ -550,3 +560,11 @@ tr {
550 vertical-align: middle; 560 vertical-align: middle;
551} 561}
552/* #about_author }}} */ 562/* #about_author }}} */
563/* #ABOUT {{{ */
564#about img {
565 max-width: 10em;
566 float: right;
567 padding-top: 0.5em;
568 padding-left: 1em;
569}
570/* #about }}} */