Merge pull request #349 from taupecat/upstream

_s: Remove reference to keyboard-image-navigation.js. That file doesn't exist anymore.
This commit is contained in:
Konstantin Obenland 2013-11-24 07:54:21 -08:00
commit ad12159588
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ 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-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.