about summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commit114c8be9903e243a6fd31a93551d3a3eee87ecbe (patch)
treee389cdef2d8ed37c4ef2fccfda0006d288458495 /css
parentlog page (diff)
downloadw-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar
w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar.gz
w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar.bz2
w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar.xz
w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.zip
fixed css
Diffstat (limited to 'css')
-rw-r--r--css/main.css16
1 files changed, 2 insertions, 14 deletions
diff --git a/css/main.css b/css/main.css
index 3e23879..1ac80d4 100644
--- a/css/main.css
+++ b/css/main.css
@@ -11,13 +11,8 @@ html, body{
 	position:relative
 }
 
-h1{
-	font-size:110%;
-/*	display:inline*/
-}
-
+h1{font-size:110%}
 h2{font-size:115%}
-
 h3{font-size:100%}
 
 
@@ -27,20 +22,13 @@ a{color: #000077}
 
 img{
 	margin-left:4%;
-	box-shadow:3px 3px 8px 4px lightgrey
+/*	box-shadow:3px 3px 8px 4px lightgrey*/
 }
 
-/*.main{
-	min-height:100%;
-	position:relative
-}*/
-
 .head{
 	font:400 1.2em sans;
-	/* background-color:#FFFFFF; */
 	color:#CCCCCC;
 	padding:10pt 20%;
-	/* box-shadow:3px 3px 8px 4px lightgrey */
 }
 
 .head a{