1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Add header comment; PSR-2 fixes; remove seeders

This commit is contained in:
Toby Zerner
2015-08-26 16:18:58 +09:30
parent 30c2a415e0
commit 455b00e234
307 changed files with 3277 additions and 580 deletions

View File

@@ -29,9 +29,9 @@
}
}
// PHONES: Somewhere on the page there will be a .back-button, a .primary-
// control, and a .App-titleControl. We will position these on the left, right,
// and center of the header respectively.
// PHONES: Somewhere on the page there will be a .App-backControl, a
// .App-primaryControl, and a .App-titleControl. We will position these on the
// left, right, and center of the header respectively.
@media @phone {
.App-primaryControl, .App-titleControl, .App-backControl {
position: absolute !important;