mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
14 lines
192 B
SCSS
Executable File
14 lines
192 B
SCSS
Executable File
.datetime .middleColumn .middleColumn {
|
|
margin: 0;
|
|
padding: 0;
|
|
clear: none;
|
|
float: left;
|
|
}
|
|
|
|
.datetime .date .middleColumn {
|
|
width: 20em;
|
|
}
|
|
|
|
.datetime .time .middleColumn {
|
|
width: 10em;
|
|
} |