src/main/webapp/css/base.css
changeset 41 216eac8b08b4
parent 11 43fa65f5072e
child 48 366e1f8d93bb
equal deleted inserted replaced
40:a2a452c1ed2c 41:216eac8b08b4
    25 
    25 
    26 /* attribute panel */
    26 /* attribute panel */
    27 .attr-name {
    27 .attr-name {
    28   font-weight: bold;
    28   font-weight: bold;
    29   width: 150px;
    29   width: 150px;
       
    30   text-align: justify;
    30 }
    31 }
    31 
    32 
    32 .attr-name-wide {
    33 .attr-name-wide {
    33   font-weight: bold;
    34   font-weight: bold;
    34   width: 230px;
    35   width: 230px;
       
    36   text-align: justify;
    35 }
    37 }
    36 
    38 
    37 .attr-value {
    39 .attr-value {
    38 }
    40 }
    39 
    41