Skip to content

Commit 897faa5

Browse files
committed
Fix changed elements in Bootstrap v4-alpha.5.
1 parent fa57dc7 commit 897faa5

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

css/upriver.css

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,12 @@ html {
33
min-height: 100%;
44
}
55

6-
body {
7-
margin-bottom: 60px;
8-
}
9-
10-
header {
11-
margin-top: 4rem;
12-
}
13-
14-
main {
15-
margin-top: 2rem;
16-
}
17-
186
footer {
197
position: absolute;
208
bottom: 0;
219
width: 100%;
22-
height: 60px;
23-
line-height: 60px;
10+
height: 3rem;
11+
line-height: 3rem;
2412
}
2513

2614
[data-toggle="tooltip"] {

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
<meta name="google-site-verification" content="xmEOL4UkxKVNujuichGOlM_e5ApTU0H9slLWAMoa_Z0">
1313
<link rel="canonical" href="https://upriver.github.io">
1414
</head>
15-
<body>
15+
<body class="mb-3">
1616
<nav class="navbar navbar-full navbar-dark bg-inverse">
1717
<div class="container-fluid">
1818
<a class="navbar-brand" href="/">Upriver</a>
1919
</div>
2020
</nav>
2121

22-
<header class="text-xs-center">
22+
<header class="pt-3 text-xs-center">
2323
<div class="container">
2424
<h1 class="display-3">keep up with upstream</h1>
2525
<p>effortlessly sync your GitHub repositories with upstream using only the GitHub API</p>
2626
</div>
2727
</header>
2828

29-
<main>
29+
<main class="pt-3">
3030
<div class="container text-xs-center" id="signin">
3131
<a class="btn btn-lg btn-social btn-github" href="https://github.com/login/oauth/authorize?client_id=d39dea3b2637ce0c4fdb&scope=repo" role="button">
3232
<span class="fa fa-github"></span> Sign in with GitHub
@@ -73,8 +73,10 @@ <h1 class="display-3">keep up with upstream</h1>
7373
force?
7474
</span>
7575
</label>
76-
<div class="checkbox pull-xs-left m-l-1">
77-
<input type="checkbox" id="force">
76+
<div class="col-xs-8">
77+
<div class="checkbox float-xs-left">
78+
<input type="checkbox" id="force">
79+
</div>
7880
</div>
7981
</div>
8082
<div class="row">

0 commit comments

Comments
 (0)