Advertisement
Guest User

Spigot Jenkins CSS

a guest
Apr 18th, 2013
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. #top-panel {
  2.   background-image: url("http://i.imgur.com/iWSJWi8.png");
  3.  
  4.   }
  5.  
  6.   #top-panel td > a {
  7.     background: url("http://i.imgur.com/ihSK0ga.png") 0 0 no-repeat;
  8.     display: block;
  9.     width: 164px;
  10.     height: 64px;
  11.     margin: 10px 0 10px 10px; }
  12.     #top-panel td > a img {
  13.       display: none; }
  14.    
  15. #main-table {
  16.   background-color: #fff !important;
  17.   background-image: none !important;
  18. }
  19.  
  20. #breadcrumbs {
  21.   border-top-color: rgb(211, 215, 207);
  22.   border-top-style: solid;
  23.   border-top-width: 1px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement