minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-02 18:00:45 +04:00
parent bd5f9476df
commit 55b1b00069

View File

@ -158,8 +158,8 @@
.mark.blue, .mark.blue,
.mark.red, .mark.red,
.mark.yellow { .mark.yellow {
width: 25px; width: 0px;
margin-left: -25px; margin-left: 0px;
border: none; border: none;
} }
.mark.blue:after, .mark.blue:after,
@ -181,21 +181,17 @@
border-radius: 50%; border-radius: 50%;
} }
.mark.blue:after { .mark.blue:after {
left: -25px;
background: blue; background: blue;
} }
.mark.red {
left: -17px;
width: 25px;
}
.mark.red:after { .mark.red:after {
left: -42px;
background: red; background: red;
} }
.mark.yellow {
left: -34px;
width: 25px;
}
.mark.yellow:after { .mark.yellow:after {
left: -59px;
background: yellow; background: yellow;
} }
@ -242,9 +238,9 @@
<div id="1" class="current image2" style="background-image: url(image.jpg)"></div> <div id="1" class="current image2" style="background-image: url(image.jpg)"></div>
<div class="mark"></div> <div class="mark"></div>
<div class="mark blue"></div> <div class="mark blue" title="blue"></div>
<div class="mark red"></div> <div class="mark red" title="red"></div>
<div class="mark yellow"></div> <div class="mark yellow" title="yellow"></div>
</div> </div>
</body> </body>