0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #5257 from dbalders/labs-input-style

Fix up Labs Styling
This commit is contained in:
John O'Nolan 2015-05-12 19:07:43 +01:00
commit e99afc65b6

View file

@ -11,6 +11,7 @@
// * Custom Permalinks
// * Navigation
// * Code Injection
// * Labs
// ------------------------------------------------------------
@ -553,3 +554,15 @@
color: #000;
}
}
//
// Labs
// --------------------------------------------------
#startupload {
line-height: inherit;
@media (max-width: 400px) {
margin-top: 5px;
}
}