cleaned up file some.
This commit is contained in:
parent
608d6707c8
commit
6d9a4195d8
31
style.css
31
style.css
@ -15,35 +15,26 @@ Use it to make something cool, have fun, and share what you've learned with othe
|
||||
*/
|
||||
|
||||
body{
|
||||
margin:40px auto;
|
||||
max-width:650px;
|
||||
line-height:1.6;
|
||||
font-size:18px;
|
||||
padding:0 10px}
|
||||
margin:40px auto;
|
||||
max-width:650px;
|
||||
line-height:1.6;
|
||||
font-size:18px;
|
||||
padding:0 10px
|
||||
}
|
||||
|
||||
h1,h2,h3{line-height:1.2}
|
||||
|
||||
|
||||
.mfwpt_menu{}
|
||||
|
||||
|
||||
|
||||
/* menu styles */
|
||||
.mfwpt_menu ul {list-style: none; padding:0px;}
|
||||
|
||||
.mfwpt_menu ul ul {display: none;position:absolute;background-color: white;}
|
||||
|
||||
|
||||
.mfwpt_menu li {display:inline-block; padding-right: 20px;}
|
||||
|
||||
|
||||
.mfwpt_menu li a {text-decoration: none;}
|
||||
|
||||
|
||||
.mfwpt_menu li ul {}
|
||||
|
||||
|
||||
.mfwpt_menu li:hover ul {display: block;}
|
||||
.mfwpt_menu li li {display:block;}
|
||||
|
||||
|
||||
.mfwpt_menu li ul {}
|
||||
.mfwpt_menu li li a {}
|
||||
|
||||
.mfwpt_menu li:hover ul {display: block;}
|
||||
.mfwpt_menu{}
|
Loading…
x
Reference in New Issue
Block a user