From 432b27a162f8f5b01d64dcedef4f0cfab811b8d7 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 14 Feb 2012 17:10:06 +0000 Subject: [PATCH] _s: updating the readme to reflect changes git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8939 d957f892-c61d-0410-b221-f235e6eecf30 --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 68052af..a04da09 100644 --- a/readme.txt +++ b/readme.txt @@ -10,8 +10,8 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s * Custom template tags in inc/template-tags that keep your templates clean and neat and prevent code duplication. * Sample theme options in /inc/theme-options/ that can can be activated by uncommenting one line in functions.php. * Some small tweaks in /inc/tweaks.php that can improve your theming experience. They can be activated by uncommenting one line in functions.php. -* Keyboard navigation for image attachment templates. The script can be found in js/keyboard-navigation.js and is enqueued from the image attachment template, image.php. -* A script at js/small-menu.js that makes your menu a toggled dropdown on small screens, ready for CSS artistry. It’s enqueued in functions.php. +* Keyboard navigation for image attachment templates. The script can be found in js/keyboard-navigation.js. It’s enqueued in functions.php. +* A script at js/small-menu.js that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It’s enqueued in functions.php. * 5 sample CSS layouts in /layouts: Two sidebars on the left, two sidebars on the right, a sidebar on either side of your content, and two-column layouts with sidebars on either side. * Smartly organized starter CSS in style.css that will help you to quickly get your design off the ground. * The GPL license in license.txt. :) Use it to make something cool.