Skip to content

Commit

Permalink
Revert "Fix issue 16141 - Organizations page should have a menu item"
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jun 15, 2016
1 parent 7cc6e93 commit 0f7149c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
14 changes: 0 additions & 14 deletions css/style.css
Expand Up @@ -224,20 +224,6 @@ body > .container
padding-bottom: 0.6em;
}


#top #cssmenu > ul > li .menu-divider
{
border-top: 1px solid #943029;
}

#top #cssmenu > ul > li .menu-divider:before
{
border-top: 1px solid rgba(255, 255, 255, 0.1);
display: block;
height: 1px;
content: '';
}

/* search box */

#top .search-container.expand-container .expand-toggle
Expand Down
20 changes: 8 additions & 12 deletions dlang.org.ddoc
Expand Up @@ -222,15 +222,14 @@ $(DIVID cssmenu, $(UL
$(NAVIGATION_RESOURCES)
))
NAVIGATION_COMMUNITY=
$(SUBMENU_MANUAL
$(SUBMENU_LINK $(ROOT_DIR)bugstats.php, Bug Tracker)
$(SUBMENU_LINK https://github.com/dlang, GitHub)
$(SUBMENU_LINK_DIVIDER https://forum.dlang.org, Forums)
$(SUBMENU_LINK irc://irc.freenode.net/d, IRC)
$(SUBMENU_LINK https://wiki.dlang.org, Wiki)
$(SUBMENU_LINK_DIVIDER https://dlang.org/blog, Blog)
$(SUBMENU_LINK https://twitter.com/search?q=%23dlang, Twitter)
$(SUBMENU_LINK $(ROOT_DIR)orgs-using-d.html, Orgs using D)
$(SUBMENU
$(ROOT_DIR)bugstats.php, Bug Tracker,
https://dlang.org/blog, Blog,
https://forum.dlang.org, Forums,
irc://irc.freenode.net/d, IRC,
https://github.com/dlang, D on GitHub,
https://wiki.dlang.org, Wiki,
https://twitter.com/search?q=%23dlang, Twitter,
)
NAVIGATION_DOCUMENTATION=
$(SUBMENU_MANUAL
Expand Down Expand Up @@ -392,9 +391,6 @@ STATIC=$(ROOT_DIR)$1
SUBMENU=<ul class='expand-content'>$(SUBMENU2 $1,$+)</ul></li>
SUBMENU2=<li><a href='$1'>$2</a></li>$(SUBMENU3 $+)
SUBMENU3=$(SUBMENU2 $+)
SUBMENU_MANUAL=<ul class='expand-content'>$1 $+</ul></li>
SUBMENU_LINK=<li><a href='$1'>$2</a></li>
SUBMENU_LINK_DIVIDER=<li class="menu-divider"><a href='$1'>$2</a></li>
_=

SUBNAV=
Expand Down

0 comments on commit 0f7149c

Please sign in to comment.