docs/css: break words that are too long to fit sidenav; add style for google javadocs
Change-Id: I69f062c5e1ddeafdae75e8f2ec77226aac836e48
This commit is contained in:
@@ -271,11 +271,14 @@ video.with-shadow {
|
|||||||
line-height: 15px; }
|
line-height: 15px; }
|
||||||
#nav a {
|
#nav a {
|
||||||
color: #555555;
|
color: #555555;
|
||||||
text-decoration: none; }
|
text-decoration: none;
|
||||||
|
word-wrap:break-word; }
|
||||||
#nav .nav-section-header {
|
#nav .nav-section-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
padding: 0 30px 0 0; }
|
padding: 0 30px 0 0; }
|
||||||
|
#nav .nav-section-header-ref {
|
||||||
|
padding: 10px 0; }
|
||||||
#nav li.selected a, #nav li.selected > .nav-section-header > a {
|
#nav li.selected a, #nav li.selected > .nav-section-header > a {
|
||||||
color: #09C;
|
color: #09C;
|
||||||
}
|
}
|
||||||
@@ -1529,6 +1532,7 @@ Buttons
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.button, a.button {
|
.button, a.button {
|
||||||
|
display:inline-block;
|
||||||
background-color: #09c;
|
background-color: #09c;
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
|
||||||
background-image: -webkit-linear-gradient(top, #2faddb, #09c);
|
background-image: -webkit-linear-gradient(top, #2faddb, #09c);
|
||||||
@@ -3017,6 +3021,15 @@ h4.jd-details-title {
|
|||||||
margin:1.5em 0 .6em;
|
margin:1.5em 0 .6em;
|
||||||
padding:3px 95px 3px 3px; /* room for api-level */
|
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 {
|
h4.jd-tagtitle {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
Reference in New Issue
Block a user