Skip to content

Commit

Permalink
Merge pull request docker#2070 from mstanleyjones/move-css
Browse files Browse the repository at this point in the history
Put temp styles in the right place
  • Loading branch information
johndmulhausen authored Mar 2, 2017
2 parents 68a9696 + f55c28d commit 28d269b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 25 deletions.
25 changes: 0 additions & 25 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ h5,
h6 {
color: #254356;
font-family: Geomanist Book;
clear: both;
}

h1 {
Expand Down Expand Up @@ -405,14 +404,6 @@ a.button.outline-btn {
margin: 0;
}

.darkblue-btn {
background-color: #0C5176;
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

.outline-btn:hover,
.primary-btn:hover,
.secondary-btn:hover {
Expand All @@ -423,22 +414,6 @@ a.button.outline-btn {
color: #1488C6;
}

/*
*
* tables *********************************************************************
*
*/


th, td.th {
font-weight: bold;
}

.content table {
margin-top: 20px;
margin-bottom: 20px;
}



/*
Expand Down
40 changes: 40 additions & 0 deletions css/temp.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,43 @@ input.gsc-search-button-v2 {
min-width: 13px;
margin-top: 2px;
}

/* CTA button for downloads and stuff */

.darkblue-btn,
.cta-btn {
background-color: #1488C6;
padding: 12px 15px 10px 15px;
margin: 20px 20px 20px 0;
display: inline-block;
}

/* In case you want a row of them */

.darkblue-btn.right,
.cta-btn.right {
margin: 20px 0 20px 20px;
}

/* Make table headings bold, give tables some breathing room */

th, td.th {
font-weight: bold;
}

.content table {
margin-top: 20px;
margin-bottom: 20px;
}

/* Without this, if the CTA button is used right before a header,
the header is on the same line */

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}

0 comments on commit 28d269b

Please sign in to comment.