Changeset 4dcf28d in OpenWorkouts-current


Ignore:
Timestamp:
Jan 23, 2019, 6:41:42 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
d0fc76b
Parents:
2d2eb0d
Message:

update img map on workout

Location:
ow/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ow/static/css/main.css

    r2d2eb0d r4dcf28d  
    708708  margin: 0;
    709709}
     710.workout-map {
     711  margin-top: 1em;
     712}
     713.workout-map img {
     714  width: 100%;
     715}
    710716.workout-intro {
    711717  font-size: 13px;
  • ow/static/less/modules/workout.less

    r2d2eb0d r4dcf28d  
    104104}
    105105
     106.workout-map {
     107    margin-top: 1em;
     108    img {
     109        width: 100%;
     110    }
     111}
     112
    106113.workout-intro {
    107114    .font-size(13);
Note: See TracChangeset for help on using the changeset viewer.