Skip to content

Commit a5e21d4

Browse files
committed
Update navbar styling
1 parent dccd1eb commit a5e21d4

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

grails-docs/src/main/template/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ strong {
176176
}
177177

178178
.toc-item {
179-
font-size: 0.85rem;
179+
font-size: 0.90rem;
180180
line-height: 1.4;
181181
}
182182

@@ -246,13 +246,13 @@ strong {
246246

247247
#navigation {
248248
border-width: 0;
249-
border-bottom-width: 1px;
249+
font-size: 1.1em;
250250
}
251251

252252
#navigation ul {
253253
margin: 0;
254254
padding: 0;
255-
height: 2.8em;
255+
height: 3.1em;
256256
}
257257

258258
#navigation ul li {
@@ -716,7 +716,7 @@ li {
716716
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
717717
}
718718

719-
#navigation a, #nav-summary #nav-summary-childs a:hover {
719+
#nav-summary #nav-summary-childs a:hover {
720720
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
721721
}
722722

grails-docs/src/main/template/css/skin.css

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,12 @@ a, a:hover, a:focus, a:active, a:hover, #main .project strong, #table-of-content
107107

108108
.navTitle {
109109
color:#fff;
110-
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
111-
font-weight: normal;
112-
margin-bottom: 20px;
113-
margin-left: 50px;
114-
position: absolute;
115-
right: 60px;
116-
top: 15px;
117110
background: url(../img/grails-cupsonly-logo-white.svg) no-repeat 0 center;
118-
background-size: 40px;
119-
padding-left:40px;
120-
width:170px;
111+
background-size: 45px;
112+
padding-left:44px;
113+
width:180px;
114+
float:right;
115+
line-height: 3.1em;
121116
}
122117
.btn-default {
123118
background-color: #fff;

0 commit comments

Comments
 (0)