notice boxes are now 60% of page width - 100% looked too wide for most notice boxes

This commit is contained in:
skodak 2007-02-27 21:44:18 +00:00
parent 11cc84ee9d
commit bf315e02c3

View File

@ -182,6 +182,12 @@ img.grouppicture {
padding:10px;
}
#notice, box {
width: 60%;
margin-left:auto;
margin-right:auto;
}
#notice .buttons {
text-align:center
}