Skip to content

Commit

Permalink
removes stupid overflow auto problem
Browse files Browse the repository at this point in the history
  • Loading branch information
herereadthis committed Jan 24, 2015
1 parent b8f47ad commit b9e7cf9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bellmaker",
"version": "0.4.9",
"version": "0.4.10",
"authors": [
{
"name": "Jimmy Ha",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bellmaker",
"version": "0.4.9",
"version": "0.4.10",
"description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/less/page_layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.bellmaker_container {
margin-right: auto;
margin-left: auto;
overflow: auto;

@media @da_baseline {
width: @pw_baseline;
Expand Down
1 change: 0 additions & 1 deletion src/sass/_page_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.bellmaker_container {
margin-right: auto;
margin-left: auto;
overflow: auto;

@media #{$da_baseline} {
width: $pw_baseline;
Expand Down

0 comments on commit b9e7cf9

Please sign in to comment.