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

Untitled

By: a guest on Jun 27th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 51  |  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. Webkit CSS Reset?
  2. -webkit-margin-before: 1em;  
  3. -webkit-margin-after: 1em;  
  4. -webkit-margin-start: 0px;  
  5. -webkit-margin-end: 0px;  
  6. -webkit-padding-start: 40px;
  7.        
  8. ul {
  9.     -webkit-padding-start: 0px;
  10. }