Skip to content

Commit 153ae8d

Browse files
committed
learn.jquery.com: remove "Beta" ribbon
Ref jquery/learn.jquery.com#707. Ref jquery/learn.jquery.com#569.
1 parent 3427d55 commit 153ae8d

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

themes/learn.jquery.com/home.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*/
55
get_header(); ?>
66

7-
<div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
8-
97
<!-- body -->
108
<div class="content-full full-width twelve columns">
119

themes/learn.jquery.com/page.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php get_header(); ?>
22
<?php the_post(); ?>
33

4-
<div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
54
<div class="content-right twelve columns">
65
<div id="content">
76
<?php get_template_part( 'content', 'page' ); ?>

themes/learn.jquery.com/style.css

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -26,52 +26,6 @@ a {
2626
clear: both;
2727
}
2828

29-
/*******************************************************************************/
30-
/* Beta Ribbon
31-
/*******************************************************************************/
32-
.beta-ribbon-wrapper {
33-
width: 85px;
34-
height: 88px;
35-
overflow: hidden;
36-
position: absolute;
37-
top: 0;
38-
right: 0;
39-
z-index: 10;
40-
}
41-
42-
.beta-ribbon {
43-
font-weight: bold;
44-
text-align: center;
45-
text-shadow: rgba(255,255,255,0.5) 0 1px 0;
46-
-webkit-transform: rotate(45deg);
47-
-ms-transform: rotate(45deg);
48-
transform: rotate(45deg);
49-
position: relative;
50-
padding: 7px 0;
51-
left: -5px;
52-
top: 11px;
53-
width: 120px;
54-
background-color: #ffea94;
55-
background-image: -webkit-linear-gradient(top, #ffea94, #ffea5E);
56-
background-image: linear-gradient(to bottom, #ffea94, #ffea5E);
57-
color: #6a6340;
58-
box-shadow: 0 0 3px rgba(0,0,0,0.3);
59-
cursor: pointer;
60-
}
61-
62-
.beta-ribbon:hover {
63-
background-color: #ffea5e;
64-
background-image: -webkit-linear-gradient(top, #ffea5e, #ffea94);
65-
background-image: linear-gradient(to bottom, #ffea5e, #ffea94);
66-
}
67-
.beta-ribbon a {
68-
text-decoration: none;
69-
color: #393939;
70-
}
71-
72-
.beta-ribbon:hover a {
73-
text-decoration: underline;
74-
}
7529
/*******************************************************************************/
7630
/* Sidebar
7731
/*******************************************************************************/

0 commit comments

Comments
 (0)