Advertisement
Guest User

Untitled

a guest
Sep 15th, 2008
1,677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement