Skip to content

Commit

Permalink
additional cleanup of styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhawkey committed Oct 25, 2019
1 parent 8f2407f commit 24ea690
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ template
{
display: none;
}
*/

a
{
Expand All @@ -71,6 +72,7 @@ a:hover
outline: 0;
}

/*
abbr[title]
{
border-bottom: 1px dotted;
Expand All @@ -95,6 +97,7 @@ h1
}
*/

/*
mark
{
color: #000;
Expand Down Expand Up @@ -126,6 +129,7 @@ sub
{
bottom: -.25em;
}
*/

img
{
Expand Down Expand Up @@ -6003,7 +6007,7 @@ a.badge:focus
{
padding: 9px;

color: #333;
/*color: #333;*/
}

a.thumbnail:hover,
Expand Down Expand Up @@ -8796,7 +8800,7 @@ button.close
border-top: 1px solid #e5eaf9;
}

/*

.content
{
position: relative;
Expand All @@ -8816,7 +8820,7 @@ button.close
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
*/


@media screen and (max-width: 998px)
{
Expand Down Expand Up @@ -9036,7 +9040,6 @@ button.close
font-size: 16px;
}

/*
.content__likes
{
text-align: center;
Expand Down Expand Up @@ -9073,6 +9076,7 @@ button.close
max-width: 300px;
}

/*
.header
{
padding: 20px 20px;
Expand Down Expand Up @@ -10049,7 +10053,19 @@ p a:hover
}
}

.quiz__list
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;

margin: 30px 0 0;
padding: 0 0 40px;

-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 992px)
{
.quiz__list
Expand Down Expand Up @@ -10128,6 +10144,7 @@ p a:hover
{
display: block;
}

@media screen and (max-width: 992px)
{
.quiz__box
Expand Down

0 comments on commit 24ea690

Please sign in to comment.