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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 4d3fe19..2e7cda5 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -375,6 +375,15 @@ ul {
text-align: right;
}
+table th {
+ background-color: #f4f4f4;
+}
+
+table th, table td {
+ padding: 10px 20px;
+ border: 1px solid #dddddd;
+}
+
@media (max-width: 767px) {
body {
padding: 20px;