Skip to content

Commit

Permalink
Added startpage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RexDude committed Nov 19, 2015
1 parent 12e8fe4 commit 2672511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/backend.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
a.extern,
#rex-page-navigation-factory #subpage-help a[href^="http://"],
#rex-page-navigation-factory #subpage-help a[href^="https://"],
#rex-page-navigation-factory #subpage- a[href^="http://"],
#rex-page-navigation-factory #subpage- a[href^="https://"] {
#rex-page-navigation-factory #subpage-codeexamples a[href^="http://"],
#rex-page-navigation-factory #subpage-codeexamples a[href^="https://"] {
background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAA8CAYAAACq76C9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFFSURBVHjaYtTpO/CfAQcACCAmBjwAIIAY//9HaNTtP4hiCkAAMeGSAAGAAGJCl7hcaM8IYwMEEBMuCRAACCAmXBIgABBAKA5CBwABhNcrAAGEVxIggPBKAgQQXkmAAMIrCRBAeCUBAgivJEAA4ZUECCC8kgABhFcSIIDwSgIEEF5JgADCKwkQQHglAQIIryRAAOGVBAggvJIAAYRXEiCA8EoCBBBeSYAAwisJEEB4JQECiAVbNoABgADCqxMggPDmMoAAwpvLAAIIby4DCCC8uQwggPDmMoAAwpvLAAIIr1cAAgivJEAA4ZUECCC8kgABhFcSIIDwSgIEEF5JgADCKwkQQHglAQIIryRAAOGVBAggvJIAAYRXEiCA8EoCBBBeSYAAwisJEEB4JQECCK8kQADhlQQIILySAAGEVxIggPBKAgQYAARTLlfrU5G2AAAAAElFTkSuQmCC) no-repeat right 3px;
padding-right: 10px;
}
Expand All @@ -18,17 +18,17 @@ a.extern,
}

#rex-page-navigation-factory #subpage-help a.rex-active,
#rex-page-navigation-factory #subpage- a.rex-active {
#rex-page-navigation-factory #subpage-codeexamples a.rex-active {
color: #14568A;
}

#rex-page-navigation-factory #subpage-help div.rex-addon-content,
#rex-page-navigation-factory #subpage- div.rex-addon-content {
#rex-page-navigation-factory #subpage-codeexamples div.rex-addon-content {
padding: 10px 12px;
}

#rex-page-navigation-factory #subpage-help div.rex-addon-content ul,
#rex-page-navigation-factory #subpage- div.rex-addon-content ul {
#rex-page-navigation-factory #subpage-codeexamples div.rex-addon-content ul {
margin-top: 0;
}

Expand Down

0 comments on commit 2672511

Please sign in to comment.