1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00

fixed indent and CS in main.css

This commit is contained in:
Stepan Tanasiychuk 2011-10-09 23:58:06 +03:00
parent a0feecdf07
commit 019b7ff117

View file

@ -1,23 +1,13 @@
body {
font: 12px/18px Tahoma, Arial, Sans-Serif;
color: #333;
background: #F7F8F9;
}
body { font: 12px/18px Tahoma, Arial, Sans-Serif; color: #333; background: #F7F8F9; }
h1, h2, h3, h4, h5, h6 { font: normal 18px Verdana, Arial, Sans-Serif; line-height: 1.3em; margin-bottom: 0.3em; color: #333; }
h2 { font-size: 22px; margin-bottom: 10px; }
h2 span { color: #6EC80D; }
h3 { font-size: 18px; }
a { color: #70AAE0; }
a:hover { text-decoration: none; }
a { color: #70AAE0; }
a:hover { text-decoration: none; }
a.dashed { text-decoration: none; border-bottom: 1px dashed #70AAE0; }
p { margin-bottom: 18px; }
p { margin-bottom: 18px; }