Skip to content

Commit

Permalink
Deleting unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Adi committed Jun 11, 2014
1 parent 8e0ce81 commit 5bc5f48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wpbootstrap/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ body {
}
.navbar-fixed-top {
top: 0;
padding-top: 7px; /* was 3px */
padding-bottom: 5px; /* new addition */
padding-top: 7px;
padding-bottom: 5px;
padding-right: 20px;
padding-left: 20px;
border-width: 0 0 1px;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.menu-container { /* new */
.menu-container {
width: 100%;
margin-right: auto;
margin-left: auto;
Expand Down Expand Up @@ -149,7 +149,7 @@ body {
/* JUMBOTRONS */

.jumbotron {
padding: 30px; /* was 15px */
padding: 30px;
padding-bottom: 15px;
background-color: rgba(238, 238, 238, 1);
}
Expand Down Expand Up @@ -215,7 +215,7 @@ body {
margin-right: auto;
margin-left: auto;
}
.menu-container { /* new */
.menu-container {
width: 750px;
margin-right: auto;
margin-left: auto;
Expand All @@ -228,7 +228,7 @@ body {
margin-right: auto;
margin-left: auto;
}
.menu-container { /* new */
.menu-container {
width: 800px;
margin-right: auto;
margin-left: auto;
Expand Down Expand Up @@ -270,7 +270,7 @@ body {
margin-right: auto;
margin-left: auto;
}
.menu-container { /* new */
.menu-container {
width: 900px;
margin-right: auto;
margin-left: auto;
Expand Down

0 comments on commit 5bc5f48

Please sign in to comment.