| @@ -275,18 +275,22 @@ img.matrix { | |||||
| margin-top: 10px; | margin-top: 10px; | ||||
| } | } | ||||
| .ohloh, .ohloh2 { | .ohloh, .ohloh2 { | ||||
| background-position:left top; | |||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| display: block; | display: block; | ||||
| height: 10px; | |||||
| padding-top: 121px; | |||||
| } | } | ||||
| .ohloh { | .ohloh { | ||||
| background: transparent url(ohloh.png) no-repeat left top; | background: transparent url(ohloh.png) no-repeat left top; | ||||
| height: 10px; | |||||
| padding-top: 121px; | |||||
| background-position:left top; | |||||
| } | } | ||||
| .ohloh2 { | .ohloh2 { | ||||
| background-position:-6px top; | |||||
| background-image: url(ohloh2.png); | background-image: url(ohloh2.png); | ||||
| padding-top:105px; | |||||
| height:11px; | |||||
| } | } | ||||
| /* == FORMS == */ | /* == FORMS == */ | ||||
| input[type="button"], | input[type="button"], | ||||