##// END OF EJS Templates
code layout clean up application.css...
Toshi MARUYAMA -
r7670:ecb3d732446f
parent child
Show More
@@ -407,9 +407,10 html>body .tabular p {overflow:hidden;}
407 407 font-weight: bold;
408 408 float: left;
409 409 text-align: right;
410 margin-left: -180px; /*width of left column*/
411 width: 175px; /*width of labels. Should be smaller than left column to create some right
412 margin*/
410 /* width of left column */
411 margin-left: -180px;
412 /* width of labels. Should be smaller than left column to create some right margin */
413 width: 175px;
413 414 }
414 415
415 416 .tabular label.floating{
General Comments 0
You need to be logged in to leave comments. Login now