Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Graphite.css (under theme/lifeofluxury/ Line 57
  2.  
  3. .graphite .accordion > li {
  4. width: 190%;
  5. background: black;
  6. border: 1px solid #A07901; (Take line out/No Border)
  7. min-height: 22px;
  8. -moz-border-radius: 10px;
  9. -webkit-border-radius: 10px;
  10. -khtml-border-radius: 10px;
  11. border-radius: 10px;
  12. position: relative;
  13. margin-bottom: 3px;
  14.  
  15.  
  16. Graphite.css (under theme/lifeofluxury/ Line 14
  17.  
  18. display: block;  (Take line out/No Display) [It will push everything together]