Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3921656 authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Add templates support for dynamic content and sticky nav bar.

Change-Id: Icb4e492a991a19e3e1eac72eafc83623b00be5de
parent 7a6ab434
Loading
Loading
Loading
Loading
+1435 −79

File changed.

Preview size limit exceeded, changes collapsed.

+10 −2
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ body {
  max-width: 100%;
}

#nav-x .wrap,
#header-wrapper #nav-x div.wrap,
#searchResults.wrap {
    max-width:100%;
}
@@ -184,9 +184,17 @@ body {
  left:20px; /* !important ... for IE i think */
}

#sticky-header {
  padding: 0 20px;
}

#sticky-header > div {
  width: 100%;
}


.sticky-menu {
  width:100%;
  left:-20px;
}

.col-right {
+164 B
Loading image diff...
+202 B
Loading image diff...
+15.2 KiB
Loading image diff...
Loading