From c34ac649a5be27a08100d5c6825c5cf8b23edb02 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Fri, 23 Oct 2015 22:12:05 +0100 Subject: Added linux syscall cheatsheet --- md/styles/main.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'md/styles') 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 -- cgit v1.2.3