Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

chore(docs): remove outdated gradient syntax #9838

Merged
merged 1 commit into from
Oct 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,6 @@ body[dir=rtl] .menu-heading {
.nav-header {
background-color: #106CC8;
background: linear-gradient(#185694, #106cc8);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #185694), color-stop(1, #106cc8));
background: -webkit-linear-gradient(top, #185694 0%, #106cc8 100%);
background: -moz-linear-gradient(top, #185694 0%, #106cc8 100%);
background: linear-gradient(top, #185694 0%, #106cc8 100%);
border-bottom: 1px solid #267ED5;
flex-shrink: 0;
z-index: 2;
Expand Down