Created
November 20, 2016 16:00
-
-
Save miloh/1f768198c053374ffdebfc64be32c5f3 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
table.cartouche { | |
border-collapse: collapse; | |
border: 1px solid #800000; | |
width: 100%; | |
} | |
table.cartouche td { | |
padding: 4px; | |
} | |
pre.format { | |
font-family: monospace; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment