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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/main.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 76ec813..2736089 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,12 +1,13 @@
-body,
-div,
-table,
-p {
- margin: 0;
+body {
font-family: Arial, "Microsoft YaHei", Sans-Serif;
font-size: 16px;
}
+div,
+table {
+ margin: 0;
+}
+
body {
margin: 0 auto;
max-width: 960px;
@@ -14,6 +15,10 @@ body {
color: #333;
}
+p {
+ margin: 0.5em 0;
+}
+
header {
margin: 0;
padding: 0;