Skip to content

Commit 4615e1f

Browse files
committed
website: remove beta indication
1 parent 130c6f9 commit 4615e1f

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

website/themes/moderncpp/layout/partials/header.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<a id="logo" href="<%- url_for("/modern-cpp/") %>">
33
<% if (page.type == 'book-en-us') { %>
44
<img src="<%- url_for("/modern-cpp/assets/cover-2nd-en.png") %>">
5-
<span>C++ 11/14/17/20 On the Fly</span><sup class="beta">beta</sup>
5+
<span>C++ 11/14/17/20 On the Fly</span>
66
<% } else {%>
77
<img src="<%- url_for("/modern-cpp/assets/cover-2nd.png") %>">
8-
<span>高速上手 C++ 11/14/17/20</span><sup class="beta">beta</sup>
8+
<span>高速上手 C++ 11/14/17/20</span>
99
<% } %>
1010
</a>
1111
<ul id="nav">

website/themes/moderncpp/source/modern-cpp/css/_common.styl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,3 @@ a.button:hover
180180
border-left: 4px solid transparent
181181
border-right: 4px solid transparent
182182
border-top: 5px solid #fff
183-
184-
sup.beta.beta
185-
font-size: .6em
186-
margin-left: .7em
187-
text-transform: uppercase
188-
opacity: .6

website/themes/moderncpp/source/modern-cpp/css/index.styl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ body
1313
img
1414
display: none
1515

16-
.beta
17-
font-size: 12px;
18-
color: #F7BA2F;
19-
font-family: Roboto, sans-serif;
20-
font-weight: bold;
21-
font-style: oblique;
22-
2316
.sidebar
2417
display: none
2518

website/themes/moderncpp/source/modern-cpp/css/page.styl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
box-shadow: 0 0 1px rgba(0,0,0,.25)
88
transition: background-color .3s ease-in-out
99

10-
.beta
11-
font-size: 12px;
12-
color: #F7BA2F;
13-
font-family: Roboto, sans-serif;
14-
font-weight: bold;
15-
font-style: oblique;
16-
1710
.image-caption
1811
display: table;
1912
margin: 0 auto;

0 commit comments

Comments
 (0)