Created
December 6, 2021 20:22
-
-
Save onionmk2/6c1330179c235dd92831ba545d3be541 to your computer and use it in GitHub Desktop.
unreal c++ doc css. Regex: https:\/\/docs\.unrealengine\.com\/.+\/en-US\/API.+
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
th { | |
padding: 0; | |
} | |
td { | |
padding: 0; | |
} | |
table { | |
margin: 0 0 1em 0; | |
} | |
body { | |
line-height: normal; | |
} | |
.heading { | |
font-size: 1em; | |
margin: 0.5em 0 0 0; | |
color: purple; | |
} | |
p { | |
margin: 0; | |
} | |
.simplecode_api { | |
padding: 1em !important; | |
} | |
.hierarchy-button-cell { | |
padding: 0 1em 0 0; | |
} | |
.hierarchy-label-cell { | |
height: 1em; | |
} | |
.hero { | |
height: auto; | |
} | |
.hero h1 { | |
padding: 0; | |
margin: 0; | |
float: none; | |
} | |
#pageTitle { | |
position: static !important; | |
} | |
.hero h2 { | |
padding: 0 !important; | |
margin: 0 !important; | |
position: static !important; | |
} | |
#maincol { | |
padding: 0 1em; | |
} | |
.type-span { | |
color: #3D93FF !important; | |
} | |
.type-span a { | |
color: #3D93FF !important; | |
} | |
/* #navWrapper { | |
display: none !important; | |
width: 0px !important; | |
} */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment