diff --git a/404.php b/404.php index 950cf977..2a924b98 100644 --- a/404.php +++ b/404.php @@ -7,7 +7,6 @@ get_header(); ?> -
diff --git a/README.md b/README.md index f3c4decc..c74e3336 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s * A sample custom header implementation in `inc/custom-header.php` that can be activated by uncommenting one line in functions.php and adding the code snippet found the comments of `inc/custom-header.php` to your `header.php` template. * Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication. * Some small tweaks in `inc/extras.php` that can improve your theming experience. -* Keyboard navigation for image attachment templates. The script can be found in `js/keyboard-navigation.js`. It's enqueued in `functions.php`. +* Keyboard navigation for image attachment templates. The script can be found in `js/keyboard-image-navigation.js`. It's enqueued in `functions.php`. * A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`. * 2 sample CSS layouts in `layouts` for a sidebar on either side of your content. * Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground. diff --git a/footer.php b/footer.php index 95646bab..36278495 100644 --- a/footer.php +++ b/footer.php @@ -2,7 +2,7 @@ /** * The template for displaying the footer. * - * Contains the closing of the id=main div and all content after + * Contains the closing of the #content div and all content after * * @package _s */ diff --git a/header.php b/header.php index 527b6de3..7dc77bb8 100644 --- a/header.php +++ b/header.php @@ -2,7 +2,7 @@ /** * The Header for our theme. * - * Displays all of the section and everything up till
+ * Displays all of the section and everything up till
* * @package _s */ diff --git a/image.php b/image.php index 0c74af9c..a1e1d152 100644 --- a/image.php +++ b/image.php @@ -5,8 +5,7 @@ * @package _s */ -get_header(); -?> +get_header(); ?>
diff --git a/style.css b/style.css index 962e75d1..97875130 100644 --- a/style.css +++ b/style.css @@ -164,9 +164,9 @@ pre { font-size: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; - padding: 1.6em; - overflow: auto; max-width: 100%; + overflow: auto; + padding: 1.6em; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; @@ -423,9 +423,9 @@ a:active { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); display: none; float: left; + left: 0; position: absolute; - top: 1.5em; - left: 0; + top: 1.5em; z-index: 99999; } .main-navigation ul ul ul { @@ -452,8 +452,8 @@ a:active { /* Small menu */ .menu-toggle { - display: none; cursor: pointer; + display: none; } @media screen and (max-width: 600px) { @@ -574,6 +574,7 @@ object { width: 50%; } + /* =Comments ----------------------------------------------- */ @@ -583,6 +584,7 @@ object { .bypostauthor { } + /* =Widgets ----------------------------------------------- */ @@ -600,6 +602,7 @@ object { display: none; } + /* =Infinite Scroll ----------------------------------------------- */