Skip to content

Commit

Permalink
spacelab 2: fixes thomaspark#117
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 15, 2013
1 parent b446af8 commit f9b56d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 2/spacelab/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6405,6 +6405,11 @@ div.subnav-fixed {
border-bottom-color: rgba(255, 255, 255, 0.5);
}

[class^="icon-"],
[class*=" icon-"] {
margin-top: 4px;
}

.table tbody tr.success > td,
.table tbody tr.error > td,
.table tbody tr.info > td {
Expand Down
2 changes: 1 addition & 1 deletion 2/spacelab/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions 2/spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ div.subnav {
// BUTTONS
// -----------------------------------------------------

[class^="icon-"],
[class*=" icon-"] {
margin-top: 4px;
}

// TABLES
// -----------------------------------------------------

Expand Down

0 comments on commit f9b56d3

Please sign in to comment.