Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 36 additions & 5 deletions blog/assets/css/additional_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,23 @@ body {
}
.navbar .nav {
margin: 0;
display: table;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.navbar .nav li {
display: table-cell;
width: 1%;
flex: 1 1 auto;
min-width: 100px;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
border-left: 1px solid rgba(255, 255, 255, 0.75);
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding: 10px 8px;
display: block;
}
.navbar .nav li:first-child a {
border-left: 0;
Expand All @@ -84,3 +88,30 @@ body {
border-right: 0;
border-radius: 0 3px 3px 0;
}

@media (max-width: 768px) {
.navbar .nav li {
flex: 0 1 auto;
min-width: auto;
}
.navbar .nav li a {
font-size: 14px;
padding: 8px 5px;
white-space: nowrap;
}
}

@media (max-width: 480px) {
.navbar .nav {
flex-direction: column;
}
.navbar .nav li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .nav li a {
border-left: 0;
border-right: 0;
border-radius: 0;
}
}
37 changes: 34 additions & 3 deletions bylaws.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,23 @@
}
.navbar .nav {
margin: 0;
display: table;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.navbar .nav li {
display: table-cell;
width: 1%;
flex: 1 1 auto;
min-width: 100px;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
padding: 10px 8px;
display: block;
}
.navbar .nav li:first-child a {
border-left: 0;
Expand All @@ -78,6 +82,33 @@
border-right: 0;
border-radius: 0 3px 3px 0;
}

@media (max-width: 768px) {
.navbar .nav li {
flex: 0 1 auto;
min-width: auto;
}
.navbar .nav li a {
font-size: 14px;
padding: 8px 5px;
white-space: nowrap;
}
}

@media (max-width: 480px){
.navbar .nav {
flex-direction: column;
}
.navbar .nav li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li a {
border-left: 0;
border-right: 0;
border-radius: 0;
}
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand Down
37 changes: 34 additions & 3 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,23 @@
}
.navbar .nav {
margin: 0;
display: table;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.navbar .nav li {
display: table-cell;
width: 1%;
flex: 1 1 auto;
min-width: 100px;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
padding: 10px 8px;
display: block;
}
.navbar .nav li:first-child a {
border-left: 0;
Expand All @@ -73,6 +77,33 @@
border-right: 0;
border-radius: 0 3px 3px 0;
}

@media (max-width: 768px) {
.navbar .nav li {
flex: 0 1 auto;
min-width: auto;
}
.navbar .nav li a {
font-size: 14px;
padding: 8px 5px;
white-space: nowrap;
}
}

@media (max-width: 480px){
.navbar .nav {
flex-direction: column;
}
.navbar .nav li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li a {
border-left: 0;
border-right: 0;
border-radius: 0;
}
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">

Expand Down
37 changes: 34 additions & 3 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,23 @@
}
.navbar .nav {
margin: 0;
display: table;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.navbar .nav li {
display: table-cell;
width: 1%;
flex: 1 1 auto;
min-width: 100px;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
padding: 10px 8px;
display: block;
}
.navbar .nav li:first-child a {
border-left: 0;
Expand All @@ -75,6 +79,33 @@
border-right: 0;
border-radius: 0 3px 3px 0;
}

@media (max-width: 768px) {
.navbar .nav li {
flex: 0 1 auto;
min-width: auto;
}
.navbar .nav li a {
font-size: 14px;
padding: 8px 5px;
white-space: nowrap;
}
}

@media (max-width: 480px){
.navbar .nav {
flex-direction: column;
}
.navbar .nav li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li a {
border-left: 0;
border-right: 0;
border-radius: 0;
}
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand Down
37 changes: 34 additions & 3 deletions impala-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,23 @@
}
.navbar .nav {
margin: 0;
display: table;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.navbar .nav li {
display: table-cell;
width: 1%;
flex: 1 1 auto;
min-width: 100px;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
padding: 10px 8px;
display: block;
}
.navbar .nav li:first-child a {
border-left: 0;
Expand All @@ -73,6 +77,33 @@
border-right: 0;
border-radius: 0 3px 3px 0;
}

@media (max-width: 768px) {
.navbar .nav li {
flex: 0 1 auto;
min-width: auto;
}
.navbar .nav li a {
font-size: 14px;
padding: 8px 5px;
white-space: nowrap;
}
}

@media (max-width: 480px){
.navbar .nav {
flex-direction: column;
}
.navbar .nav li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li a {
border-left: 0;
border-right: 0;
border-radius: 0;
}
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">

Expand Down
37 changes: 34 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,23 @@
}
.navbar .nav {
margin: 0;
display: table;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.navbar .nav li {
display: table-cell;
width: 1%;
flex: 1 1 auto;
min-width: 100px;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
padding: 10px 8px;
display: block;
}
.navbar .nav li:first-child a {
border-left: 0;
Expand All @@ -73,6 +77,33 @@
border-right: 0;
border-radius: 0 3px 3px 0;
}

@media (max-width: 768px) {
.navbar .nav li {
flex: 0 1 auto;
min-width: auto;
}
.navbar .nav li a {
font-size: 14px;
padding: 8px 5px;
white-space: nowrap;
}
}

@media (max-width: 480px){
.navbar .nav {
flex-direction: column;
}
.navbar .nav li {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.navbar .nav li a {
border-left: 0;
border-right: 0;
border-radius: 0;
}
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">

Expand Down
Loading