Skip to content

Commit 24ea690

Browse files
committed
additional cleanup of styles.css
1 parent 8f2407f commit 24ea690

File tree

1 file changed

+21
-4
lines changed
  • content/en/docs/tutorials/kubernetes-basics/public/css

1 file changed

+21
-4
lines changed

content/en/docs/tutorials/kubernetes-basics/public/css/styles.css

+21-4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ template
5959
{
6060
display: none;
6161
}
62+
*/
6263

6364
a
6465
{
@@ -71,6 +72,7 @@ a:hover
7172
outline: 0;
7273
}
7374

75+
/*
7476
abbr[title]
7577
{
7678
border-bottom: 1px dotted;
@@ -95,6 +97,7 @@ h1
9597
}
9698
*/
9799

100+
/*
98101
mark
99102
{
100103
color: #000;
@@ -126,6 +129,7 @@ sub
126129
{
127130
bottom: -.25em;
128131
}
132+
*/
129133

130134
img
131135
{
@@ -6003,7 +6007,7 @@ a.badge:focus
60036007
{
60046008
padding: 9px;
60056009

6006-
color: #333;
6010+
/*color: #333;*/
60076011
}
60086012

60096013
a.thumbnail:hover,
@@ -8796,7 +8800,7 @@ button.close
87968800
border-top: 1px solid #e5eaf9;
87978801
}
87988802

8799-
/*
8803+
88008804
.content
88018805
{
88028806
position: relative;
@@ -8816,7 +8820,7 @@ button.close
88168820
-ms-flex: 1 1 auto;
88178821
flex: 1 1 auto;
88188822
}
8819-
*/
8823+
88208824

88218825
@media screen and (max-width: 998px)
88228826
{
@@ -9036,7 +9040,6 @@ button.close
90369040
font-size: 16px;
90379041
}
90389042

9039-
/*
90409043
.content__likes
90419044
{
90429045
text-align: center;
@@ -9073,6 +9076,7 @@ button.close
90739076
max-width: 300px;
90749077
}
90759078

9079+
/*
90769080
.header
90779081
{
90789082
padding: 20px 20px;
@@ -10049,7 +10053,19 @@ p a:hover
1004910053
}
1005010054
}
1005110055

10056+
.quiz__list
10057+
{
10058+
display: -webkit-box;
10059+
display: -ms-flexbox;
10060+
display: flex;
10061+
10062+
margin: 30px 0 0;
10063+
padding: 0 0 40px;
1005210064

10065+
-webkit-box-pack: justify;
10066+
-ms-flex-pack: justify;
10067+
justify-content: space-between;
10068+
}
1005310069
@media screen and (max-width: 992px)
1005410070
{
1005510071
.quiz__list
@@ -10128,6 +10144,7 @@ p a:hover
1012810144
{
1012910145
display: block;
1013010146
}
10147+
1013110148
@media screen and (max-width: 992px)
1013210149
{
1013310150
.quiz__box

0 commit comments

Comments
 (0)