diff --git a/functions.php b/functions.php index 201c2a4..dac5fd2 100644 --- a/functions.php +++ b/functions.php @@ -1,16 +1,16 @@ - \ No newline at end of file +?> diff --git a/header.php b/header.php index 05cc5a7..39d1a73 100644 --- a/header.php +++ b/header.php @@ -1,17 +1,13 @@ > - - - <?php wp_title(); ?> - - - - - > - - 'header-menu', - 'container_class' => 'mfwpt_menu' - ) -);?> - + + + <?php wp_title(); ?> + + + + > + 'header-menu', + 'container_class' => 'mfwpt_menu' + ) );?> diff --git a/style.css b/style.css index cd3c56e..d5f41b4 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: mfwpt -Tags: +Tags: This theme, like WordPress, is licensed under the GPL. This theme, like motherfuckingwebsite.com is satire Use it to make something cool, have fun, and share what you've learned with others. @@ -24,17 +24,14 @@ body{ h1,h2,h3{line-height:1.2} - - - /* menu styles */ -.mfwpt_menu ul {list-style: none; padding:0px;} -.mfwpt_menu ul ul {display: none;position:absolute;background-color: white;} +.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 a {text-decoration: none;} .mfwpt_menu li:hover ul {display: block;} -.mfwpt_menu li li {display:block;} - -.mfwpt_menu li ul {} -.mfwpt_menu li li a {} -.mfwpt_menu{} \ No newline at end of file +.mfwpt_menu li li {display:block;} + +.mfwpt_menu li ul {} +.mfwpt_menu li li a {} +.mfwpt_menu{} diff --git a/style.min.css b/style.min.css new file mode 100644 index 0000000..68dd143 --- /dev/null +++ b/style.min.css @@ -0,0 +1 @@ +body{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 ul{list-style:none;padding:0}.mfwpt_menu ul ul{display:none;position:absolute;background-color:#fff}.mfwpt_menu li{display:inline-block;padding-right:20px}.mfwpt_menu li a{text-decoration:none}.mfwpt_menu li li,.mfwpt_menu li:hover ul{display:block} \ No newline at end of file