Skip to content

Commit

Permalink
Added JavaDoc for 5.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Agent 1 committed May 15, 2018
1 parent 328ea1d commit e3d628a
Show file tree
Hide file tree
Showing 166 changed files with 66,329 additions and 186 deletions.
86 changes: 86 additions & 0 deletions history/5.30.0/assets/customizations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
body {
font-family:"Avenir Next", arial,sans-serif;
background: none;
}

#header {
border-bottom: 3px solid #fff;
}

#masthead-title {
font-size: 28px;
font-weight: bold;
color: #016fc4;
}

#search_filtered .jd-selected {
background-color: #016FC4;
}

th {
background-color: #016fc4;
color: #fff;
}

.jd-tagtable th {
color: #000;
}

td {
border: 0px;
padding: 6px 12px;
text-align: left;
vertical-align: top;
background-color: inherit;
}

#jd-header {
background-color: #fff;
}

.selected {
background-color: white;
font-weight: bold;
}

#side-nav {
text-color: #2C4B89;
background-color: #fff;
}

#side-nav .selected {
text-decoration: none;
color: #2C4B89;
font-weight: bold;
background-color: #fff;
}

#side-nav .selected a {
color: #2C4B89;
}

#side-nav a {
text-decoration: none;
color: #2C4B89;
}

.ui-resizable-e {
cursor: e-resize;
width: 6px;
right: 0px;
top: 0px;
height: 100%;
background: transparent;
border-right: 1px solid #e4e4e4;
}


.ui-resizable-s {
cursor: s-resize;
height: 6px;
width: 100%;
bottom: 0px;
left: 0px;
background: transparent;
border-bottom: 1px solid #e4e4e4;
}
Empty file.
Loading

0 comments on commit e3d628a

Please sign in to comment.