Improve $DefaultStyleSheet.

This commit is contained in:
Alex Schroeder
2004-10-10 17:13:02 +00:00
parent 3dfbc09900
commit 9c45cee38a

View File

@@ -16,7 +16,7 @@
# 59 Temple Place, Suite 330
# Boston, MA 02111-1307 USA
$ModulesDescription .= '<p>$Id: portrait-support.pl,v 1.16 2004/10/10 17:06:34 as Exp $</p>';
$ModulesDescription .= '<p>$Id: portrait-support.pl,v 1.17 2004/10/10 17:13:02 as Exp $</p>';
push(@MyMacros, sub{ s/\[new::\]/"[new:" . GetParam('username', T('Anonymous'))
. ':' . TimeToText($Now) . "]"/ge });
@@ -32,6 +32,9 @@ img.portrait {
padding:10px;
margin:10px;
}
div.footer, div.comment {
clear:both;
}
div.portrait {
float:left; clear:left;
font-size:xx-small;
@@ -52,7 +55,7 @@ div.color {
padding:0;
}
div.one {
background-color: #efb;
background-color: #ddd;
}
EOT