Difference between revisions of "User:Lhavelund/valve.css"

From Team Fortress Wiki
Jump to: navigation, search
Line 2: Line 2:
 
   opacity: 0.5 !important;
 
   opacity: 0.5 !important;
 
   text-style: italic;
 
   text-style: italic;
 +
}
 +
 +
.pBody {
 +
  border-radius: 4px;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 
}
 
}

Revision as of 00:05, 5 November 2010

.trusted {
   opacity: 0.5 !important;
   text-style: italic;
}

.pBody {
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}