Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/owase (10-Nov @ 14:25)
Syntax Highlighted Code
- DIV.loading {
- width:90;
- height:70;
- border: 1px solid #BA121F;
- background: url(images/loader.gif) no-repeat center center;
- }
Plain Code
DIV.loading {
width:90;
height:70;
border: 1px solid #BA121F;
background: url(images/loader.gif) no-repeat center center;
}