Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 1b25487..b49c051 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -372,3 +372,25 @@ ul li:before {
font-size: 12px;
}
}
+
+table {
+ border-collapse:collapse;
+ border-top:1px black solid;
+ border-bottom:1px black solid;
+ min-width:100%;
+}
+
+th, td {
+ padding:0.4em;
+}
+
+th {
+ border-bottom:1px black solid;
+ font-weight:bold;
+}
+
+tr:nth-child(even) {background: #f7f7f7}
+
+caption {
+ font-weight:bold;
+} \ No newline at end of file