Created
June 24, 2016 15:09
-
-
Save audreyt/2272d16d8e39f277c4606090558cef57 to your computer and use it in GitHub Desktop.
CSS boilerplate to reset join.gov.tw formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.marb_20 { position: fixed; top: 0px; width: 100%; z-index: -999; left: 0; opacity: 0.2 } | |
.page_banner, .lileft, .article_end, #top { display: none } | |
#middle { position: fixed; top: 0; width: 100% } | |
.main.path { display: block } | |
.page_padd.marb_40 { padding-top: 0 } | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment