X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=e64202f169393fe1be89f93d910337a40cc8c986;hb=11d5eeffd586cf2be5ed4e09b171be97c2f4a87b;hp=26ac43fdf3bc68b66b767ecf7fd2295fc69f62e3;hpb=40ed0d9060eeefb76e51d5e78227489f92a91a2a;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index 26ac43f..e64202f 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -244,25 +244,30 @@ table.simple tr { } div.twocol { - width:100%; - position:relative; + width:99%; + position:absolute; + top:5em; } + div.twocol > div:first-child { - display:inline-block;width:50%; - position:relative; + display:inline-block;width:47%; + position:absolute; box-sizing:border-box; - padding: 0 1em 0 2em; + padding: 0 1em; border-style:dashed; border-width: 0 1pt 0 0; border-color:gray; - float:left; + left: 0pt; + top:0pt; } div.twocol > div:last-child { display:inline-block; - width:50%; - position:relative; + width:47%; + position:absolute; box-sizing:border-box; - padding: 0 2em 0 1em; + padding: 0 0em 0 5em; vertical-align:text-top; + right: 0pt; + top:0pt; } \ No newline at end of file