Skip to content

Commit 6ee0008

Browse files
committed
fix(webpage): Remove line on #header top defined in .segment.attached.
1 parent 05e9918 commit 6ee0008

File tree

4 files changed

+37
-10
lines changed

4 files changed

+37
-10
lines changed

src/body.jade

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ div#topbar.ui.inverted.main.menu.attached
1919
div.right.menu
2020
a.popup.item(href="https://groups.google.com/d/forum/testfx-discuss", title="Mailing List")
2121
i.mail.icon
22-
a.popup.item(href="#", title="Twitter")
23-
i.twitter.icon
24-
a.popup.item(href="#", title="Google+")
25-
i.google.plus.icon
22+
//a.popup.item(href="#", title="Twitter")
23+
// i.twitter.icon
24+
//a.popup.item(href="#", title="Google+")
25+
// i.google.plus.icon
2626
a.popup.item(href="https://github.com/TestFX/TestFX", title="GitHub")
2727
i.github.icon
2828
a.popup.item(href="http://stackoverflow.com/search?q=testfx", title="Stack Overflow")
@@ -93,7 +93,7 @@ div#footer.ui.inverted.basic.segment
9393
a.item(href="https://github.com/TestFX/TestFX/wiki/Getting-started") Downloads
9494
a.item(href="https://github.com/TestFX/TestFX/wiki/Documentation") Documentation
9595
a.item(href="https://github.com/TestFX/TestFX/wiki/Changelog") Release Notes
96-
div.item Roadmap
96+
//div.item Roadmap
9797
div.column
9898
h4.ui.dividing.header Contribution
9999
div.ui.list
@@ -104,8 +104,8 @@ div#footer.ui.inverted.basic.segment
104104
h4.ui.dividing.header Community
105105
div.ui.list
106106
a.item(href="https://groups.google.com/d/forum/testfx-discuss") Mailing List
107-
div.item Twitter
108-
div.item Google+
107+
//div.item Twitter
108+
//div.item Google+
109109
a.item(href="https://github.com/TestFX/TestFX") GitHub
110110
a.item(href="http://stackoverflow.com/search?q=testfx") Stack Overflow
111111
div.ui.center.aligned.one.column.grid

src/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
<div id="topbar" class="ui inverted main menu attached">
2828
<div class="container">
2929
<div class="ui grid computer tablet only"><a class="item active">TestFX</a><a href="https://github.com/TestFX/TestFX/wiki/Getting-started" class="item"><i class="icon download cloud"></i>Get it</a><a href="https://github.com/TestFX/TestFX/wiki/Documentation" class="item"><i class="icon book"></i>Learn it</a><a href="https://github.com/TestFX/TestFX/issues" class="item"><i class="icon wrench"></i>Improve it</a>
30-
<div class="right menu"><a href="https://groups.google.com/d/forum/testfx-discuss" title="Mailing List" class="popup item"><i class="mail icon"></i></a><a href="#" title="Twitter" class="popup item"><i class="twitter icon"></i></a><a href="#" title="Google+" class="popup item"><i class="google plus icon"></i></a><a href="https://github.com/TestFX/TestFX" title="GitHub" class="popup item"><i class="github icon"></i></a><a href="http://stackoverflow.com/search?q=testfx" title="Stack Overflow" class="popup item"><i class="stackexchange icon"></i></a></div>
30+
<div class="right menu"><a href="https://groups.google.com/d/forum/testfx-discuss" title="Mailing List" class="popup item"><i class="mail icon"></i></a>
31+
<!--a.popup.item(href="#", title="Twitter")-->
32+
<!-- i.twitter.icon-->
33+
<!--a.popup.item(href="#", title="Google+")-->
34+
<!-- i.google.plus.icon--><a href="https://github.com/TestFX/TestFX" title="GitHub" class="popup item"><i class="github icon"></i></a><a href="http://stackoverflow.com/search?q=testfx" title="Stack Overflow" class="popup item"><i class="stackexchange icon"></i></a>
35+
</div>
3136
</div>
3237
<div class="ui grid mobile only"><a class="item active">TestFX</a>
3338
<div class="right menu">
@@ -102,8 +107,8 @@ <h4 class="ui dividing header">Contribution</h4>
102107
<div class="column">
103108
<h4 class="ui dividing header">Community</h4>
104109
<div class="ui list"><a href="https://groups.google.com/d/forum/testfx-discuss" class="item">Mailing List</a>
105-
<div class="item">Twitter</div>
106-
<div class="item">Google+</div><a href="https://github.com/TestFX/TestFX" class="item">GitHub</a><a href="http://stackoverflow.com/search?q=testfx" class="item">Stack Overflow</a>
110+
<!--div.item Twitter-->
111+
<!--div.item Google+--><a href="https://github.com/TestFX/TestFX" class="item">GitHub</a><a href="http://stackoverflow.com/search?q=testfx" class="item">Stack Overflow</a>
107112
</div>
108113
</div>
109114
</div>

src/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
body {
22
margin: 0;
33
padding: 0;
4+
color: #666666;
45
background-color: #fafafa;
56
}
67
body,
@@ -21,6 +22,9 @@ code {
2122
font-family: "Source Code Pro", monospace !important;
2223
font-weight: 400 !important;
2324
}
25+
p {
26+
line-height: 1.5em;
27+
}
2428
@media print, screen {
2529
.container {
2630
margin: 0 auto;
@@ -39,6 +43,10 @@ code {
3943
margin: 0 36px;
4044
width: auto;
4145
}
46+
pre,
47+
code {
48+
font-size: 14px;
49+
}
4250
}
4351
@media print and (max-width: 768px), screen and (max-width: 768px) {
4452
.container {
@@ -65,6 +73,7 @@ code {
6573
background: -webkit-linear-gradient(top, #c9de96 0%, #96bc85 100%);
6674
background: -o-linear-gradient(top, #c9de96 0%, #96bc85 100%);
6775
background: -ms-linear-gradient(top, #c9de96 0%, #96bc85 100%);
76+
box-shadow: none !important;
6877
}
6978
#header .header {
7079
color: #fafafa;

src/style.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// definitions.
33
//-------------------------------------------------------------------------------------------------
44

5+
@black: #666666;
56
@white: #fafafa;
67

78
@gray: #808080;
@@ -28,6 +29,7 @@
2829
body {
2930
margin: 0;
3031
padding: 0;
32+
color: @black;
3133
background-color: @white;
3234
}
3335

@@ -46,6 +48,10 @@ pre, code {
4648
font-weight: 400 !important;
4749
}
4850

51+
p {
52+
line-height: 1.5em;
53+
}
54+
4955
//-------------------------------------------------------------------------------------------------
5056
// media declarations.
5157
//-------------------------------------------------------------------------------------------------
@@ -71,6 +77,10 @@ pre, code {
7177
margin: 0 36px;
7278
width: auto;
7379
}
80+
81+
pre, code {
82+
font-size: 14px;
83+
}
7484
}
7585

7686
// mobile.
@@ -104,6 +114,9 @@ pre, code {
104114
padding: 36px 0;
105115
.linear-gradient(@green, @green-dark);
106116

117+
// FIX: Remove line on top defined in .segment.attached.
118+
box-shadow: none !important;
119+
107120
.header {
108121
color: @white;
109122
text-shadow: 1px 1px 2px @gray;

0 commit comments

Comments
 (0)