Skip to content

Commit

Permalink
Adjust Codestyle (use 2 instead 4 spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBrauer committed Dec 28, 2016
1 parent 7eaa9a4 commit 0a680a4
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 98 deletions.
98 changes: 49 additions & 49 deletions dist/wing.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,76 +412,76 @@ pre > code {
------------------------------------------------------------*/

.table {
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}

.table th, .table td {
vertical-align: middle;
padding: 12px 4px;
vertical-align: middle;
padding: 12px 4px;
}

.table thead {
border-bottom: 2px solid #333030;
border-bottom: 2px solid #333030;
}

/* responsive tables */
@media screen and (max-width: 768px) {
.table.responsive {
position: relative;
display: block;
}
.table.responsive th, .table.responsive td {
margin: 0;
}
.table.responsive thead {
display: block;
float: left;
border: 0;
}
.table.responsive thead tr {
display: block;
padding: 0 10px 0 0;
border-right: 2px solid #333030;
}
.table.responsive th {
display: block;
text-align: right;
}
.table.responsive tbody {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.table.responsive tbody tr {
display: inline-block;
}
.table.responsive td {
display: block;
min-height: 16px;
text-align: left;
}
.table.responsive tr {
padding: 0 10px;
}
.table.responsive {
position: relative;
display: block;
}
.table.responsive th, .table.responsive td {
margin: 0;
}
.table.responsive thead {
display: block;
float: left;
border: 0;
}
.table.responsive thead tr {
display: block;
padding: 0 10px 0 0;
border-right: 2px solid #333030;
}
.table.responsive th {
display: block;
text-align: right;
}
.table.responsive tbody {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.table.responsive tbody tr {
display: inline-block;
}
.table.responsive td {
display: block;
min-height: 16px;
text-align: left;
}
.table.responsive tr {
padding: 0 10px;
}
}

/*------------------------------------------------------------
Images
------------------------------------------------------------*/

.img-circle {
border-radius: 50%;
border-radius: 50%;
}

.img-rounded {
border-radius: 3px;
border-radius: 3px;
}

.img-fluid {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}
8 changes: 4 additions & 4 deletions src/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
------------------------------------------------------------*/

.img-circle {
border-radius: 50%;
border-radius: 50%;
}

.img-rounded {
border-radius: 3px;
border-radius: 3px;
}

.img-fluid {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}
90 changes: 45 additions & 45 deletions src/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,59 @@
------------------------------------------------------------*/

.table {
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}

.table th, .table td {
vertical-align: middle;
padding: 12px 4px;
vertical-align: middle;
padding: 12px 4px;
}

.table thead {
border-bottom: 2px solid #333030;
border-bottom: 2px solid #333030;
}

/* responsive tables */
@media screen and (max-width: 768px) {
.table.responsive {
position: relative;
display: block;
}
.table.responsive th, .table.responsive td {
margin: 0;
}
.table.responsive thead {
display: block;
float: left;
border: 0;
}
.table.responsive thead tr {
display: block;
padding: 0 10px 0 0;
border-right: 2px solid #333030;
}
.table.responsive th {
display: block;
text-align: right;
}
.table.responsive tbody {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.table.responsive tbody tr {
display: inline-block;
}
.table.responsive td {
display: block;
min-height: 16px;
text-align: left;
}
.table.responsive tr {
padding: 0 10px;
}
.table.responsive {
position: relative;
display: block;
}
.table.responsive th, .table.responsive td {
margin: 0;
}
.table.responsive thead {
display: block;
float: left;
border: 0;
}
.table.responsive thead tr {
display: block;
padding: 0 10px 0 0;
border-right: 2px solid #333030;
}
.table.responsive th {
display: block;
text-align: right;
}
.table.responsive tbody {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.table.responsive tbody tr {
display: inline-block;
}
.table.responsive td {
display: block;
min-height: 16px;
text-align: left;
}
.table.responsive tr {
padding: 0 10px;
}
}

0 comments on commit 0a680a4

Please sign in to comment.