mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
15 lines
179 B
CSS
15 lines
179 B
CSS
.versions-heading {
|
|
padding-top:7px;
|
|
color:#1389ce;
|
|
font-size:18px;
|
|
float: left;
|
|
}
|
|
|
|
.has_versions .versions {
|
|
float: left;
|
|
}
|
|
|
|
#VersionsArchive {
|
|
float: right;
|
|
}
|