Changeset 116:62d425d2a2d3

mearie.org/pub

← 113:f3d8baea0706 116:62d425d2a2d3 pub.mearie.org 117:6088b3c74c7c
Author:
Kang Seonghoon <public+hg@mearie.org>
Committed on

added infobox styles.

Files

.hgsubstate
conf/userstyle.css

Diff

     1.1 --- a/.hgsubstate	Sun Jan 01 00:26:04 2012 +0900
     1.2 +++ b/.hgsubstate	Mon Jan 30 00:20:35 2012 +0900
     1.3 @@ -1,1 +1,1 @@
     1.4 -41488441bc82363c2f284d57fd6127e89f5e1214 data
     1.5 +69be749b54b6622df289125f95fcfd7808e7a3b1 data
     2.1 --- a/conf/userstyle.css	Sun Jan 01 00:26:04 2012 +0900
     2.2 +++ b/conf/userstyle.css	Mon Jan 30 00:20:35 2012 +0900
     2.3 @@ -18,6 +18,21 @@
     2.4  .nw {
     2.5  	white-space: nowrap;
     2.6  }
     2.7 +.infobox {
     2.8 +	float: right;
     2.9 +	clear: right;
    2.10 +	font-size: 90%;
    2.11 +	margin-left: 1em;
    2.12 +	margin-bottom: 1em;
    2.13 +}
    2.14 +.infobox table {
    2.15 +	margin: 0;
    2.16 +}
    2.17 +.infobox th, .infobox td {
    2.18 +	vertical-align: top;
    2.19 +	text-align: left;
    2.20 +	border-bottom: 1px solid #69a;
    2.21 +}
    2.22  
    2.23  div.dokuwiki em {
    2.24  	font-style: italic;

Powered by Mercurial