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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeeyush <peeyush@surfly.com>2018-08-28 12:17:36 +0300
committerpeeyush <peeyush@surfly.com>2018-08-28 12:17:36 +0300
commit5a873de06ee5ff044ca7932b7d3228b6fa60b809 (patch)
treeda6413ab66b413b9edb3662508c0220e82166ab5
parentd3dc56d23e0371199ce496ebc5ec8bf89ac1ab62 (diff)
updated css for table
-rw-r--r--static/css/styles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 74b7d3b..d9cc1ba 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -218,3 +218,15 @@ section code {
section img {
max-width: 100%;
}
+
+table {
+ border-collapse: collapse;
+}
+
+table,th, td {
+ border: 1px solid black;
+}
+
+td{
+ padding: 5px;
+}