Last active
August 3, 2016 06:35
-
-
Save polamjag/b410c18425e89ff147649e8d826a75fe to your computer and use it in GitHub Desktop.
法令データ提供システムの法律ページ用 User CSS
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
@-moz-document url-prefix("http://law.e-gov.go.jp/htmldata/") { | |
body { | |
font-size: 13px; | |
} | |
p b a, a b { | |
display: block; | |
border-bottom: 3px solid #c6c6c6; | |
padding-bottom: .2em; | |
font-size: 1.3em; | |
} | |
.arttitle { | |
margin-left: 0 !important; | |
padding-top: .4em; | |
padding-bottom: .4em; | |
background: #f8f8f8; | |
} | |
.item { | |
margin-left: 0 !important; | |
padding: .3em .5em .3em 1.5em; | |
background: #f8f8f8; | |
} | |
.number { | |
padding-top: .2em; | |
} | |
br + p { | |
margin: 0 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment