Skip to content

Commit 7eca513

Browse files
committed
remove debug, more layout tweaking
1 parent 2286cd1 commit 7eca513

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
3636
<link rel="stylesheet" href="/css/prettyPhoto.css">
3737

38-
<link rel="stylesheet" href="/css/site.css?ver=10262021">
38+
<link rel="stylesheet" href="/css/site.css?ver=10272021">
3939

4040
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
4141
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

_layouts/shopping.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
var parts = getLocale();
6161
var country = parts[1];
6262
spread_shop_config.locale = parts[0] + '_' + country;
63-
console.log(spread_shop_config.locale);
6463

6564
if (! spread_shop_config.prefix) {
6665
setStore(country);
@@ -79,7 +78,6 @@
7978

8079
function setStore(country) {
8180
spread_shop_config.prefix = country in store_map ? store_map[country] : eu_store;
82-
console.log(spread_shop_config.prefix, store_map[country], country);
8381
localStorage.setItem('store_url', spread_shop_config.prefix);
8482
}
8583

css/site.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
padding: 5px;
77
}
88
.navbar-brand {
9-
padding: 0 5px 0 0;
9+
padding: 5px 5px 5px 5px;
1010
}
1111

1212
.header-social-links a {
@@ -20,16 +20,16 @@
2020
}
2121

2222
.navbar-nav>li>a {
23-
padding-left: 6px;
24-
padding-right: 7px;
23+
padding-left: 5px;
24+
padding-right: 6px;
2525
}
2626
@media (min-width: 1120px) {
2727
.navbar-nav>li>a {
2828
padding-left: 10px;
2929
padding-right: 10px;
3030
}
3131
.navbar-container {
32-
margin-right: 20px !important;
32+
margin-right: 10px !important;
3333
margin-left: 10px !important;
3434
}
3535
}

0 commit comments

Comments
 (0)