Advertisement
Guest User

style.css

a guest
Dec 24th, 2010
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. /*
  2. Theme Name:     Twenty Ten Child
  3. Theme URI:      http: //ciohotspot.com/
  4. Description:    Child theme for the Twenty Ten theme
  5. Author:         CIOBoss
  6. Author URI:     http: //ciohotspot.com/about/
  7. Template:       twentyten
  8. Version:        1.0
  9. */
  10.  
  11. @import url("../twentyten/style.css");
  12.  
  13. /* Structure the top area */
  14.  
  15. #top-widget-area {
  16.     border-bottom: 1px solid #999;
  17.     overflow: hidden;
  18.     margin-top: -10px;
  19.     margin-bottom:30px;
  20. }
  21.  
  22. #top-widget-area #top-center {
  23.     float:left;
  24.     margin-right:10px;
  25.     margin-bottom:10px;
  26.     padding: 5px;  
  27.     background-color:#eee;
  28.  
  29.  
  30.  
  31. #top-widget-area #top-center {
  32.     width: 260px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement