about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-04-06 21:55:52 -0700
committerCase Duckworth2015-04-06 21:55:52 -0700
commit6ed97c1e5a1e31554ab84f29b87506d4d15f7a9d (patch)
tree84960ccdb95fd57ff073b775ebcd744dd4207feb
parentRevise about (diff)
downloadautocento-6ed97c1e5a1e31554ab84f29b87506d4d15f7a9d.tar.gz
autocento-6ed97c1e5a1e31554ab84f29b87506d4d15f7a9d.zip
Fix css for #about image
-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 }}} */