summaryrefslogtreecommitdiff
path: root/sprites/svg-sprite/svg-sprite-places.html
diff options
context:
space:
mode:
Diffstat (limited to 'sprites/svg-sprite/svg-sprite-places.html')
-rw-r--r--sprites/svg-sprite/svg-sprite-places.html22
1 files changed, 18 insertions, 4 deletions
diff --git a/sprites/svg-sprite/svg-sprite-places.html b/sprites/svg-sprite/svg-sprite-places.html
index 773d3426ed7c..9d2232608d53 100644
--- a/sprites/svg-sprite/svg-sprite-places.html
+++ b/sprites/svg-sprite/svg-sprite-places.html
@@ -91,21 +91,26 @@ This is an all-in-one inline version of the CSS necessary to use the SVG sprite.
width: 24px;
height: 24px;
}
-.svg-ic_smoke_free_24px {
+.svg-ic_rv_hookup_24px {
background: url(svg-sprite-places.svg) 75% 100% no-repeat;
width: 24px;
height: 24px;
}
-.svg-ic_smoking_rooms_24px {
+.svg-ic_smoke_free_24px {
background: url(svg-sprite-places.svg) 100% 0 no-repeat;
width: 24px;
height: 24px;
}
-.svg-ic_spa_24px {
+.svg-ic_smoking_rooms_24px {
background: url(svg-sprite-places.svg) 100% 33.333333333333336% no-repeat;
width: 24px;
height: 24px;
}
+.svg-ic_spa_24px {
+ background: url(svg-sprite-places.svg) 100% 66.66666666666667% no-repeat;
+ width: 24px;
+ height: 24px;
+}
</style>
<!--
@@ -266,6 +271,15 @@ appropriately sized elements.
</div>
<h2>ic_room_service_24px</h2>
</li>
+ <li title="ic_rv_hookup_24px">
+ <div class="icon-box">
+
+ <!-- ic_rv_hookup_24px -->
+ <i class="svg-ic_rv_hookup_24px">ic_rv_hookup_24px</i>
+
+ </div>
+ <h2>ic_rv_hookup_24px</h2>
+ </li>
<li title="ic_smoke_free_24px">
<div class="icon-box">
@@ -301,7 +315,7 @@ appropriately sized elements.
</section>
<footer>
- <p>Generated at Tue, 17 Nov 2015 23:07:28 GMT by <a href="https://github.com/jkphl/svg-sprite" target="_blank">svg-sprite</a>.</p>
+ <p>Generated at Mon, 08 Feb 2016 20:28:16 GMT by <a href="https://github.com/jkphl/svg-sprite" target="_blank">svg-sprite</a>.</p>
</footer>
</body>
</html>