Created
July 18, 2017 15:39
-
-
Save purwandi/e49c329b44c4d54f25032f4242d407c4 to your computer and use it in GitHub Desktop.
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
.container-fluid { | |
max-width: 980px !important; | |
} | |
.right-sidebar-expanded .container-limited { | |
max-width: 800px !important; | |
} | |
.file-holder .file-content.wiki { | |
padding: 45px; | |
} | |
code { | |
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important; | |
} | |
.tree-holder .tree-table tr .last-commit { | |
max-width: 400px; | |
} | |
h2.title { | |
margin-bottom: 30px !important; | |
font-weight: normal !important; | |
line-height: 1.125 !important; | |
word-wrap: break-word !important; | |
font-size: 32px !important; | |
} | |
a, .wiki a { | |
color: #0275d8; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment