Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4615e1f

Browse files
committed
website: remove beta indication
1 parent130c6f9 commit4615e1f

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
<aid="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><supclass="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><supclass="beta">beta</sup>
8+
<span>高速上手C++11/14/17/20</span>
99
<% }%>
1010
</a>
1111
<ulid="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:4pxsolidtransparent
181181
border-right:4pxsolidtransparent
182182
border-top:5pxsolid#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:001pxrgba(0,0,0,.25)
88
transition:background-color.3sease-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:0auto;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp