Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c26839a9 authored by smain@google.com's avatar smain@google.com Committed by Android Git Automerger
Browse files

am cfb92aa9: add a smaller version of the device frame for wear

* commit 'cfb92aa9':
  add a smaller version of the device frame for wear
parents daaec135 cfb92aa9
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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;
}




+21 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -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>