Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 15th, 2008 | Syntax: CSS | Size: 0.44 KB | Hits: 406 | Expires: Never
Copy text to clipboard
  1. body {
  2.         /*background: #FFFFFF url(images/bg.gif) repeat-x;*/
  3.         /*background-position: 0px 29px; agregado por barraEB*/
  4.         color: #333333;
  5.         font-size: 12px;
  6.         font-family: verdana, arial, times new roman;
  7.         margin: 0px auto 0px ;
  8.         padding: 0px;
  9.         }
  10.  
  11. code{
  12.         background: #e5e5e5;
  13.         text-align: left;
  14. }
  15.  
  16. .codigo{
  17.         background: #e5e5e5;
  18.         display: block;
  19.         text-align: left;
  20.         padding: 5px 10px;
  21. }