diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-23 22:12:05 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-23 22:12:05 +0100 |
commit | c34ac649a5be27a08100d5c6825c5cf8b23edb02 (patch) | |
tree | b1fb049279de42a1306b12110fa2174b29caf41f /md/styles/main.css | |
parent | 44eec0ee6a1466f8b2606842dfb022a5ae8fd2e5 (diff) | |
download | md-content-c34ac649a5be27a08100d5c6825c5cf8b23edb02.tar.gz md-content-c34ac649a5be27a08100d5c6825c5cf8b23edb02.zip |
Added linux syscall cheatsheet
Diffstat (limited to 'md/styles/main.css')
-rw-r--r-- | md/styles/main.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/md/styles/main.css b/md/styles/main.css index 40e5f1f..db67eb6 100644 --- a/md/styles/main.css +++ b/md/styles/main.css @@ -22,4 +22,25 @@ nav, footer { margin-top: 10px; padding: 10px; text-align: center; +} + +table { + counter-reset: item; + list-style: none; + margin: 15px 0px; + padding: 0; +} + +table th { + background-color: #e9e9e9; +} + +table tr:nth-child(odd) +{ + background-color: #f9f9f9; +} + +table tr:nth-child(even) +{ + }
\ No newline at end of file |