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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-06-06 01:54:01 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-06-06 01:54:01 +0300
commitf110f210c7f768528b6456032f5a3271bcd30151 (patch)
tree8d462afd39a461b6f6b9803d96491357d7ed12d2 /static
parentda79a30a47cbf69a39d453cee0b07132afbc9bae (diff)
Style updatesHEADmaster
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 793687d..98e3c5a 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -52,6 +52,7 @@ pre {
border-radius: 5px;
background-color: var(--bgPre) !important;
overflow: auto;
+ border: solid 1px var(--textColor);
}
h1,
h2,
@@ -135,7 +136,11 @@ strong {
text-decoration: none;
}
table {
+ text-align: center;
+ text-align: -moz-center;
border-collapse: collapse;
+ display: block;
+ overflow-x: auto;
}
thead {
border-top: solid 3px var(--textColor);
@@ -148,6 +153,7 @@ th,
td {
border: solid 1px var(--textColor);
padding: 0.25em 0.5em;
+ text-align: left;
}
mark {
background-color: var(--highlight);