am 5c267863
: am f962eb10
: Merge "docs: add css for Android Design links and add link to site header" into ics-mr1
* commit '5c26786314c934819d460fb565be200ee8894ed0': docs: add css for Android Design links and add link to site header
This commit is contained in:
commit
dfd93fc209
2 changed files with 14 additions and 1 deletions
|
@ -706,6 +706,18 @@ h5.jd-tagtitle {
|
|||
width:auto;
|
||||
}
|
||||
|
||||
div.design-announce {
|
||||
border-top:1px solid #33B5E5;
|
||||
border-bottom:1px solid #33B5E5;
|
||||
padding:5px 10px 10px 55px;
|
||||
margin:2em 0;
|
||||
background:url('../design/static/ico_styleguide.png') 5px 13px no-repeat;
|
||||
}
|
||||
|
||||
div.design-announce p {
|
||||
margin: .5em 0 0 0;
|
||||
}
|
||||
|
||||
div.special {
|
||||
padding: .5em 1em 1em 1em;
|
||||
margin: 0 0 1em;
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
//-->
|
||||
</script>
|
||||
</span>
|
||||
<?cs /if ?>
|
||||
<?cs /if ?>
|
||||
<a href="<?cs var:toroot ?>design/index.html">Android Design</a>
|
||||
<a href="http://www.android.com">Android.com</a>
|
||||
</div><?cs
|
||||
call:default_search_box() ?><?cs
|
||||
|
|
Loading…
Reference in a new issue