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:
commit
e99afc65b6
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue