Шаблон:Stack/styles.css — разлика између измена
Пређи на навигацију
Пређи на претрагу
Нема описа измене |
м (1 измена увезена) |
||
| Ред 1: | Ред 1: | ||
/* Styling for Template:Stack | /* Styling for Template:Stack */ | ||
{{pp-template}} */ | /* {{pp-template}} */ | ||
@media all and (max-width: 720px) { | |||
.mobile-float-reset { | |||
float: none !important; | |||
width: 100% !important; | |||
} | |||
} | |||
.stack-container { | .stack-container { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.stack-clear-left { | .stack-clear-left { | ||
float: left; | float: left; | ||
clear: left; | clear: left; | ||
} | } | ||
.stack-clear-right { | .stack-clear-right { | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
} | } | ||
.stack-left { | .stack-left { | ||
float: left; | float: left; | ||
} | } | ||
.stack-right { | .stack-right { | ||
float: right; | float: right; | ||
} | } | ||
.stack-object { | |||
.stack- | |||
margin: 1px; | margin: 1px; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
Верзија на датум 5. фебруар 2021. у 13:22
/* Styling for Template:Stack */
/* {{pp-template}} */
@media all and (max-width: 720px) {
.mobile-float-reset {
float: none !important;
width: 100% !important;
}
}
.stack-container {
box-sizing: border-box;
}
.stack-clear-left {
float: left;
clear: left;
}
.stack-clear-right {
float: right;
clear: right;
}
.stack-left {
float: left;
}
.stack-right {
float: right;
}
.stack-object {
margin: 1px;
overflow: hidden;
}