Last active
October 7, 2016 01:29
-
-
Save twlca/a6382557512e2826a92932166b8b80fd to your computer and use it in GitHub Desktop.
Share Stylesheet for all tdv site
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
body { font-size: 14px; } | |
table { border-collapse: collapse; } | |
th, td { border: 1px solid #999; padding: 3px 6px; } | |
pre { border: 1px solid #999; padding: 9px; border-radius: 4px; font-family: courier new; background: #f8f8f8; } | |
nav ul { list-style-type: none; } | |
nav ul li { display: block; } | |
nav ul li a { text-decoration: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment