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:
authorNan Xiao <road2stat@gmail.com>2018-03-05 00:38:51 +0300
committerNan Xiao <road2stat@gmail.com>2018-03-05 00:38:51 +0300
commit1e12bf6ad5e8d8f3daebe2435a0fc94c8fa02167 (patch)
treeeae729e91601b4830ae36cb0aa24c5abc43bab2c
parent2ab8ad4620f3e8d6ea70315742d50d345f65d582 (diff)
parent7731b716f4c0e8f1761167d7d0662dfc093463ad (diff)
Merge branch 'master' of github.com:road2stat/hugo-tanka
-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