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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/assets/css/style.css')
-rw-r--r--static/assets/css/style.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index c02063b..3c081ec 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -39,31 +39,39 @@ code {
}
table {
- min-width: 90vw;
+ min-width: 90vw;
+ border-collapse: collapse;
+ border: 1px solid #bdbdbd;
}
th {
text-align: left;
white-space: nowrap;
padding: 3px 6px;
+ background: #eaeaea;
+ border: 1px solid #bdbdbd;
}
td {
white-space: nowrap;
- padding: 3px 6px;
+ border: 1px solid #bdbdbd;
+ padding: 5px 10px;
}
-table.table-with-borders {
- border-collapse: collapse;
+.post-header h2 {
+ margin-bottom: 3px;
}
-table.table-with-borders td {
- border: 1px solid #bdbdbd;
- padding: 5px 10px;
+.list-content h1, .list-content h2 {
+ font-size: 1.2em;
}
-table.table-with-borders th {
- background: #eaeaea;
+.list-content h2 {
+ font-size: 1.1em;
+}
+
+.archive {
+ margin-bottom: 15px;
}
@media (min-width: 699px) {