Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Padding Fix
Browse files Browse the repository at this point in the history
-Updated padding on homepage widgets
-Updated padding on page layouts
  • Loading branch information
briandunnigan authored and briandunnigan committed Aug 7, 2014
1 parent b8f7dae commit 1425836
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489609249" remote="602446763927746082" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490180503" remote="602446763928317339" Dst="-1" /><file name="screenshot.jpg" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490090979" remote="602446763928227841" Dst="-1" /></dwsync>
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489609249" remote="602446763927746082" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490180503" remote="602446763928317339" Dst="-1" /><file name="screenshot.jpg" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490090979" remote="602446763928227841" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/" local="3490276023" remote="319783739134141125" Dst="-1" /></dwsync>
Expand Down
2 changes: 1 addition & 1 deletion sass/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name=".DS_Store" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270130" remote="-4611742485168413241" Dst="-1" /><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490020080" remote="-4611742485167304703" Dst="-1" /><file name="variables.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490019914" remote="-4611742485167304703" Dst="-1" /></dwsync>
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490020080" remote="-4611742485167304703" Dst="-1" /><file name="variables.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490019914" remote="-4611742485167304703" Dst="-1" /><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/" local="3490276020" remote="319783739134141118" Dst="-1" /></dwsync>
Expand Down
25 changes: 21 additions & 4 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@

#content {
.page {
padding-top:30px;
padding-top:0px;
padding-bottom:4em;

h1 {
Expand Down Expand Up @@ -200,8 +200,8 @@
}
}
.col-sm-12 .page {
padding-left:4em;
padding-right:4em;
padding-left:2em;
padding-right:2em;
}
@media (max-width: 767px) {
#content .page {
Expand All @@ -212,7 +212,24 @@


#page-home {
padding-top:30px;
padding-top:15px;

.widget .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

padding-left:5px;
padding-right:5px;
}
.row {
margin-left:-5px;
margin-right:-5px;

}
.widget {
margin: 0 0 10px;

}


}


Expand Down
19 changes: 15 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8044,7 +8044,7 @@ body.sticky #footers {
}

#content .page {
padding-top: 30px;
padding-top: 0px;
padding-bottom: 4em;
}
#content .page h1 {
Expand All @@ -8071,8 +8071,8 @@ body.sticky #footers {
}

.col-sm-12 .page {
padding-left: 4em;
padding-right: 4em;
padding-left: 2em;
padding-right: 2em;
}

@media (max-width: 767px) {
Expand All @@ -8082,7 +8082,18 @@ body.sticky #footers {
}
}
#page-home {
padding-top: 30px;
padding-top: 15px;
}
#page-home .widget .col-xs-1, #page-home .col-sm-1, #page-home .col-md-1, #page-home .col-lg-1, #page-home .col-xs-2, #page-home .col-sm-2, #page-home .col-md-2, #page-home .col-lg-2, #page-home .col-xs-3, #page-home .col-sm-3, #page-home .col-md-3, #page-home .col-lg-3, #page-home .col-xs-4, #page-home .col-sm-4, #page-home .col-md-4, #page-home .col-lg-4, #page-home .col-xs-5, #page-home .col-sm-5, #page-home .col-md-5, #page-home .col-lg-5, #page-home .col-xs-6, #page-home .col-sm-6, #page-home .col-md-6, #page-home .col-lg-6, #page-home .col-xs-7, #page-home .col-sm-7, #page-home .col-md-7, #page-home .col-lg-7, #page-home .col-xs-8, #page-home .col-sm-8, #page-home .col-md-8, #page-home .col-lg-8, #page-home .col-xs-9, #page-home .col-sm-9, #page-home .col-md-9, #page-home .col-lg-9, #page-home .col-xs-10, #page-home .col-sm-10, #page-home .col-md-10, #page-home .col-lg-10, #page-home .col-xs-11, #page-home .col-sm-11, #page-home .col-md-11, #page-home .col-lg-11, #page-home .col-xs-12, #page-home .col-sm-12, #page-home .col-md-12, #page-home .col-lg-12 {
padding-left: 5px;
padding-right: 5px;
}
#page-home .row {
margin-left: -5px;
margin-right: -5px;
}
#page-home .widget {
margin: 0 0 10px;
}

#mega-footer, #footer {
Expand Down

0 comments on commit 1425836

Please sign in to comment.