diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-28 05:43:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-28 05:43:14 +0900 |
| commit | dd232b996a8cd4cb9be9ce0c3b81d6045013bb36 (patch) | |
| tree | 4173f4f46715a72252ab5a16bf41eeabee1e3e23 /src/web/app/dev/style.styl | |
| parent | Fix bug (diff) | |
| download | misskey-dd232b996a8cd4cb9be9ce0c3b81d6045013bb36.tar.gz misskey-dd232b996a8cd4cb9be9ce0c3b81d6045013bb36.tar.bz2 misskey-dd232b996a8cd4cb9be9ce0c3b81d6045013bb36.zip | |
:v:
Diffstat (limited to 'src/web/app/dev/style.styl')
| -rw-r--r-- | src/web/app/dev/style.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/dev/style.styl b/src/web/app/dev/style.styl index cdbcb0e261..e635897b17 100644 --- a/src/web/app/dev/style.styl +++ b/src/web/app/dev/style.styl @@ -1,5 +1,10 @@ @import "../app" @import "../reset" +// Bootstrapのデザインを崩すので: +* + position initial + background-clip initial !important + html background-color #fff |