summaryrefslogtreecommitdiffstats
path: root/md/styles
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-10-23 22:12:05 +0100
committerFreeArtMan <dos21h@gmail.com>2015-10-23 22:12:05 +0100
commitc34ac649a5be27a08100d5c6825c5cf8b23edb02 (patch)
treeb1fb049279de42a1306b12110fa2174b29caf41f /md/styles
parent44eec0ee6a1466f8b2606842dfb022a5ae8fd2e5 (diff)
downloadmd-content-c34ac649a5be27a08100d5c6825c5cf8b23edb02.tar.gz
md-content-c34ac649a5be27a08100d5c6825c5cf8b23edb02.zip
Added linux syscall cheatsheet
Diffstat (limited to 'md/styles')
-rw-r--r--md/styles/main.css21
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