d12-mla-citations/css/screen.css

32 lines
453 B
CSS
Raw Normal View History

2015-10-18 16:36:54 +00:00
.clear {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}
.smalltext {font-size: 90%;}
#d12src {
border-radius: 4px;
border: solid 1px #bbb;
margin-top: 10px;
padding: 10px;
}
.d12mlatitle {
text-align: center;
}
.d12srcp {
padding-left: 20px;
text-indent: -20px;
margin: 10px 0 0 0;
}
.d12citenote {
margin-top: 0 !important;
padding-left: 20px;
text-indent: 20px;
}
.d12highlightyellow {
background: #FFFF58;
}