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

Commit 7db3e8a5 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 9890fe24: am c3921656: Add templates support for dynamic content and sticky nav bar.

* commit '9890fe24':
  Add templates support for dynamic content and sticky nav bar.
parents abe42666 9890fe24
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