tenon 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3878e36f0fc942e51305e3a883c46281f45bde5e
|
|
4
|
+
data.tar.gz: 68e254e86d78f8ea897dcb1584baef855dde5e1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb77978c87ac3a99d24e68bf24ea96d2ca01856046a9e83778b179a18557ddc674d07cbcfaa9766900ed97e2de4fd68e5029428d6acc8d35411101d3f0b2106a
|
|
7
|
+
data.tar.gz: 286202f92f1da79b4ebe2b2dc5821dbd69562fb017a7023f61dfc70ed8ad4c55e7045258d0e4e5b61d33affa24422b7189cbe53bae7b3e62532e86054b5c3bef
|
|
@@ -15,6 +15,25 @@ util-nav {
|
|
|
15
15
|
text-decoration: none;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
+
|
|
19
|
+
.site-title {
|
|
20
|
+
position: absolute;
|
|
21
|
+
left: 75px;
|
|
22
|
+
top: 15px;
|
|
23
|
+
font-size: 12px;
|
|
24
|
+
font-family: $tn-open-sans;
|
|
25
|
+
display: none;
|
|
26
|
+
text-transform: uppercase;
|
|
27
|
+
|
|
28
|
+
@include media($tablet_breakpoint) {
|
|
29
|
+
display: block;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
a {
|
|
33
|
+
font-size: 12px;
|
|
34
|
+
color: $tn-white;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
18
37
|
}
|
|
19
38
|
|
|
20
39
|
#logo {
|
|
@@ -29,3 +48,4 @@ util-nav {
|
|
|
29
48
|
height: 50px;
|
|
30
49
|
}
|
|
31
50
|
}
|
|
51
|
+
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
%util-nav
|
|
2
2
|
#logo= link_to image_tag('tenon/tenon_icon.png'), "/tenon"
|
|
3
|
+
- unless Tenon::MySettings.site_title.blank?
|
|
4
|
+
.site-title
|
|
5
|
+
- if Rails.application.routes.named_routes.helpers.include?(:root_path)
|
|
6
|
+
= link_to Tenon::MySettings.site_title, main_app.root_path
|
|
7
|
+
- else
|
|
8
|
+
= Tenon::MySettings.site_title
|
|
9
|
+
|
|
3
10
|
.tools
|
|
4
11
|
.header-button.hamburger.mobile= link_to fa_icon('fw bars'), '#'
|
|
5
12
|
|
data/lib/tenon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tenon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- factor[e] design initiative
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: better_errors
|