mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
17 lines
245 B
CSS
17 lines
245 B
CSS
.moduleName {
|
|
float:left;
|
|
}
|
|
|
|
.contentItems .related {
|
|
padding:1.2em 0.4em 0.5em
|
|
}
|
|
|
|
.contentItems .properties {
|
|
float:none;
|
|
clear:both;
|
|
}
|
|
|
|
.contentItems .pageStatus {
|
|
margin:.8em 0;
|
|
color:#666;
|
|
} |