am b7b49711
: add some css to support android wear sub-site
* commit 'b7b497115fb19d17a3e5de20646a5eac759c0095': add some css to support android wear sub-site
This commit is contained in:
commit
bb79f9d2a5
1 changed files with 22 additions and 0 deletions
|
@ -358,6 +358,19 @@ video.with-shadow {
|
|||
#nav li span.tree-list-subtitle:after {
|
||||
content: '—';
|
||||
}
|
||||
#nav li span.tree-list-subtitle.package {
|
||||
padding-top:15px;
|
||||
cursor:default;
|
||||
}
|
||||
#nav li span.tree-list-subtitle.package:before {
|
||||
content: '';
|
||||
}
|
||||
#nav li span.tree-list-subtitle.package:after {
|
||||
content: '';
|
||||
}
|
||||
#nav li ul.tree-list-children.classes {
|
||||
padding-left:10px;
|
||||
}
|
||||
#nav li ul {
|
||||
display:none;
|
||||
overflow: hidden;
|
||||
|
@ -4013,6 +4026,15 @@ EndColorStr='#ececec');
|
|||
padding-right:10px;
|
||||
}
|
||||
|
||||
|
||||
#header .logo-wear {
|
||||
width:220px;
|
||||
margin:0;
|
||||
}
|
||||
#header .logo-wear img {
|
||||
padding:0 0 0 10px;
|
||||
}
|
||||
|
||||
.search {
|
||||
height:25px;
|
||||
margin-top: -3px;
|
||||
|
|
Loading…
Reference in a new issue