summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-08-09 14:54:57 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-08-09 14:54:57 +0800
commit92ddf09c95eb626d64530a1b24d13d0e883f0114 (patch)
tree50b1f4139499585819453bfb16e488cf1d3d5828
parent0fc696de7d500c99ebd666e7884ce0378c8ec88e (diff)
downloadwww-92ddf09c95eb626d64530a1b24d13d0e883f0114.tar.gz
simpler css
-rw-r--r--plain.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/plain.css b/plain.css
index b5464d3..954e71d 100644
--- a/plain.css
+++ b/plain.css
@@ -1,25 +1,6 @@
 body {
 	background-color: #F8F4E7;
 	color: #552800;
-	text-align: justify;
-	max-width: 55em;
-	margin: auto;
-	width:  96%;
-}
-
-h1 {
-	text-align: center;
-	font-weight: normal;
-}
-
-.indent p {
-	margin-bottom: 0;
-	padding-bottom: 0;
-}
-.indent p + p {
-	margin-top: 0;
-	padding-top: 0;
-	text-indent: 2em;
 }
 
 a.link {color: #0000A0;}