Subversion Repositories SmartDukaan

Rev

Rev 16037 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16037 Rev 17520
Line 218... Line 218...
218
    text-align:center;
218
    text-align:center;
219
    text-transform:uppercase;
219
    text-transform:uppercase;
220
  }
220
  }
221
  .left{
221
  .left{
222
    .float(left);
222
    .float(left);
223
    width:40%;
223
    width:60%;
224
    .boxsize;
224
    .boxsize;
225
    padding:7px;
225
    padding:7px;
226
    color:@grey;
226
    color:@grey;
227
    border-bottom:@list-color2 solid 1px;
227
    border-bottom:@list-color2 solid 1px;
228
    border-right:@list-color2 solid 1px;
228
    border-right:@list-color2 solid 1px;
Line 230... Line 230...
230
    .font(1.4em);
230
    .font(1.4em);
231
  }
231
  }
232
  .right{
232
  .right{
233
    .float(right);
233
    .float(right);
234
    padding:7px;
234
    padding:7px;
235
    width:60%;
235
    width:40%;
236
    .boxsize;
236
    .boxsize;
237
    color:@grey;
237
    color:@grey;
238
    border-bottom:@list-color2 solid 1px;
238
    border-bottom:@list-color2 solid 1px;
239
    text-align:right;
239
    text-align:right;
240
    .font(1.4em);
240
    .font(1.4em);