add a smaller version of the device frame for wear
Change-Id: I91ead3f689844c5cf4b6862f38c686263f7d5cbf
This commit is contained in:
parent
abf34118c3
commit
cfb92aa963
|
@ -927,6 +927,15 @@ scroll top left;
|
|||
overflow:hidden;
|
||||
}
|
||||
|
||||
.framed-wear-square-small {
|
||||
background: transparent url(../images/styles/device_wear_square_small.png) no-repeat scroll top left;
|
||||
background-size: 169px 200px;
|
||||
height:147px;
|
||||
width:147px;
|
||||
padding:27px 11px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#jd-content
|
||||
.framed-wear-square img {
|
||||
height:222px;
|
||||
|
@ -935,6 +944,14 @@ scroll top left;
|
|||
margin:0;
|
||||
}
|
||||
|
||||
#jd-content
|
||||
.framed-wear-square-small img {
|
||||
height:147px;
|
||||
width: 147px;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -67,6 +67,7 @@
|
|||
<li class="design">
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li>
|
||||
<li><a href="<?cs var:toroot ?>design/devices.html">Devices</a></li>
|
||||
<li><a href="<?cs var:toroot ?>design/style/index.html">Style</a></li>
|
||||
<li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
|
||||
<li><a href="<?cs var:toroot ?>design/building-blocks/index.html">Building Blocks</a></li>
|
||||
|
|
Loading…
Reference in New Issue