tessellate 0.1.8 → 0.1.9

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
  SHA256:
3
- metadata.gz: 418a7d909307aa3300b53445e02730e4f617e68882412d59d0a8823c4357c131
4
- data.tar.gz: 782a65160b381bba43640d1b3b221ffe5b37278dda9611d3e6a7c18cb563df21
3
+ metadata.gz: ceb5c38f7a9941df38ae587424835e301bb3b5be92f228f5b2c507eeb91a3ebb
4
+ data.tar.gz: 3ebdcb72c9ca03adba412e48843e748b186552698a501d06aafa560bb9a817df
5
5
  SHA512:
6
- metadata.gz: f85ae7aa1efdf48772d7363ddaca0c6264fed4cc1ad2ea7c16276488925e1c88b14954718ea7b8470f16ef47d7086a982eb1a85a006fd5c73e266928afd9a324
7
- data.tar.gz: 2377c299ae46d9ac8d7023e8e691c51ad3846d1458e4ee5b1bc9a6f2be0be63654d587a4b845bebbe5063b142bdf49a35abf0443d0e2a40719e565ed7503b2bb
6
+ metadata.gz: 820a16caac5600d567f32132bf3fae8eb32fb6e93aeb52d97cf518478cdac15904a25e2440a5daa7bd2269b3e6874928f169cd569ee086d38076d49e21f4dfe3
7
+ data.tar.gz: 9abe0f07750ae38efa7964c4f87d8452454cbc75229e707411aacb0ccfb7cc735d45b0da36164677d9e02401021d5b83b3bbdb6c624ba739441c5f0112737eeb
@@ -20,9 +20,9 @@
20
20
  {% endfor %}
21
21
  {% for item in navigation_right %}
22
22
  {% if forloop.first %}
23
- <div class="nav-item" style="margin-left: auto;">
23
+ <div class="nav-item nav-item-right" style="margin-left: auto;">
24
24
  {% else %}
25
- <div class="nav-item">
25
+ <div class="nav-item nav-item-right">
26
26
  {% endif %}
27
27
  <a href="{{ item.url }}" class="btn btn-primary btn-block">{{ item.title }}</a>
28
28
  {% if item.dropdown %}
@@ -98,6 +98,7 @@
98
98
  margin: 0;
99
99
  }
100
100
  .navbar {
101
+ font-size: 0.75em;
101
102
  margin: 0;
102
103
  overflow: visible;
103
104
  position: fixed;
@@ -108,7 +109,7 @@
108
109
 
109
110
  .nav-item {
110
111
  display: inline-block;
111
- padding: 0.5em 1em;
112
+ padding: 0.35em 0.75em;
112
113
  text-align: center;
113
114
  text-transform: uppercase;
114
115
  background: #f9f9f9;
@@ -145,6 +146,10 @@
145
146
  visibility: visible;
146
147
  }
147
148
  }
149
+
150
+ .nav-item.nav-item-right {
151
+ margin-right: 1em;
152
+ }
148
153
  }
149
154
 
150
155
  /* Basic */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessellate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Preston Hager