Added styles to support recent changes to MDL-8101

This commit is contained in:
moodler 2007-01-23 05:41:35 +00:00
parent 8f36e33ec3
commit e6b9fd5147

View File

@ -150,6 +150,31 @@ img.grouppicture {
margin-right:auto;
}
.boxalignright {
margin-left:auto;
margin-right:0;
}
.boxalignleft {
margin-left:0;
margin-right:auto;
}
.boxwidthnarrow {
width: 30%
}
.boxwidthnormal {
width: 50%
}
.boxwidthwide {
width: 80%
}
.noticebox {
border-width:1px;
border-style:solid;