am 4e477d7b
: Merge "docs/css: break words that are too long to fit sidenav; add style for google javadocs" into jb-mr1-dev
* commit '4e477d7b9c72555efb2b3fa05b4074a0bf3718b3': docs/css: break words that are too long to fit sidenav; add style for google javadocs
This commit is contained in:
commit
1e2934b048
1 changed files with 14 additions and 1 deletions
|
@ -271,11 +271,14 @@ video.with-shadow {
|
|||
line-height: 15px; }
|
||||
#nav a {
|
||||
color: #555555;
|
||||
text-decoration: none; }
|
||||
text-decoration: none;
|
||||
word-wrap:break-word; }
|
||||
#nav .nav-section-header {
|
||||
position: relative;
|
||||
margin-bottom: 1px;
|
||||
padding: 0 30px 0 0; }
|
||||
#nav .nav-section-header-ref {
|
||||
padding: 10px 0; }
|
||||
#nav li.selected a, #nav li.selected > .nav-section-header > a {
|
||||
color: #09C;
|
||||
}
|
||||
|
@ -1529,6 +1532,7 @@ Buttons
|
|||
cursor: pointer;
|
||||
}
|
||||
.button, a.button {
|
||||
display:inline-block;
|
||||
background-color: #09c;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
|
||||
background-image: -webkit-linear-gradient(top, #2faddb, #09c);
|
||||
|
@ -3017,6 +3021,15 @@ h4.jd-details-title {
|
|||
margin:1.5em 0 .6em;
|
||||
padding:3px 95px 3px 3px; /* room for api-level */
|
||||
}
|
||||
body.google h4.jd-details-title {
|
||||
background-color: #FFF;
|
||||
padding-top:5px;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
body.google table.jd-sumtable th {
|
||||
background-color: #FFF;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
h4.jd-tagtitle {
|
||||
margin:0;
|
||||
|
|
Loading…
Reference in a new issue