Advertisement
jan_dembowski

Untitled

Mar 3rd, 2012
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.38 KB | None | 0 0
  1. /*  
  2. Theme Name:Twenty Eleven Child
  3. Version: 2.0
  4. Theme URI: http://quirm.net/themes
  5. Description: A basic starter child theme for Twenty Eleven
  6. Author: Mel Pedley
  7. Author URI: http://blackwidows.co.uk
  8. Template: twentyeleven
  9. License: GNU General Public License v2
  10. License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  11. */
  12.  
  13. /*  Copyright 2009-2010  Mel P.  (email : esmi@quirm.net)
  14.  
  15. This program is free software; you can redistribute it and/or modify
  16. it under the terms of the GNU General Public License version 2,
  17. as published by the Free Software Foundation.
  18.  
  19. You may NOT assume that you can use any other version of the GPL.
  20.  
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  24. GNU General Public License for more details.
  25.  
  26. You should have received a copy of the GNU General Public License
  27. along with this program; if not, write to the Free Software
  28. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  29. USA
  30.  
  31. The license for this software can also likely be found here:
  32. http://www.gnu.org/licenses/gpl-2.0.html
  33. */
  34.  
  35. /* Import layout */
  36. @import url(../twentyeleven/style.css);
  37.  
  38. #branding hgroup {
  39.     display: none;
  40. }
  41. input#s {
  42.     background: #fafafa url(../twentyeleven/images/search.png) no-repeat 5px 6px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement