Skip to content

Instantly share code, notes, and snippets.

@polamjag
Last active August 3, 2016 06:35
Show Gist options
  • Save polamjag/b410c18425e89ff147649e8d826a75fe to your computer and use it in GitHub Desktop.
Save polamjag/b410c18425e89ff147649e8d826a75fe to your computer and use it in GitHub Desktop.
法令データ提供システムの法律ページ用 User CSS
@-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