Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Remove margin/padding from opening times display in details view.
Browse files Browse the repository at this point in the history
  • Loading branch information
serter committed Jun 3, 2013
1 parent 191bc4f commit 187ebd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ div.olLayerGoogleCopyright, div.olLayerGooglePoweredBy
}

div.opentimes {
/* border: 5px solid #ccc; */
padding: 24px;
/* border: 5px solid #ccc;
margin: 10px 0 12px; */
padding-left: 24px;
max-width: 300px;
margin: 10px 0 12px;
position: relative;
}

Expand Down

0 comments on commit 187ebd5

Please sign in to comment.