Skip to content

Commit 905d677

Browse files
committed
Fix some styles for the Community page
Related to canjs/canjs#3223
1 parent cc407ac commit 905d677

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docMap.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8800,7 +8800,7 @@
88008800
"src": {
88018801
"path": "docs/can-canjs/can-community.md"
88028802
},
8803-
"body": "\n<ul class=\"community-list\">\n <li>\n <a href=\"https://gitter.im/canjs/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-gittr-gray.svg\" width=\"30\">\n Chat with us on Gitter\n </a>\n </li>\n <li>\n <a href=\"https://github.com/canjs/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-github-gray.svg\" width=\"30\">\n Star us on GitHub\n </a>\n </li>\n <li>\n <a href=\"http://stackoverflow.com/search?q=canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-stackoverflow-gray.svg\" width=\"30\">\n Ask questions on Stack Overflow\n </a>\n </li>\n <li>\n <a href=\"http://forums.donejs.com/c/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-forums-gray.svg\" width=\"30\">\n Visit our forums\n </a>\n </li>\n <li>\n <a href=\"https://www.meetup.com/find/?keywords=canjs&radius=Infinity\" target=\"_blank\">\n <img src=\"/static/img/icon-meetup-gray.svg\" width=\"30\">\n Find a local Meetup group\n </a>\n </li>\n <li>\n <a href=\"https://www.youtube.com/channel/UCM_xC8UOHt2ay5wz-3gotmg\" target=\"_blank\">\n <img src=\"/static/img/icon-youtube-gray.svg\" width=\"30\">\n Watch videos on YouTube\n </a>\n </li>\n <li>\n <a href=\"https://twitter.com/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-twitter-gray.svg\" width=\"30\">\n Follow us on Twitter\n </a>\n </li>\n <li>\n <a href=\"https://www.bitovi.com/blog/topic/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-rss-gray.svg\" width=\"30\">\n Read our blog\n </a>\n </li>\n</ul>\n\n## Upcoming Events\n\n[DoneJS.com’s Upcoming Events](https://donejs.com/community.html#events) section has a list of meetup events in the near future!\n\n## Contribute to CanJS\n\nCheck out the contribute section of the [guides] page for information on [guides/contributing/bug-report reporting bugs], [guides/contributing/feature-suggestion suggesting features], and more!\n\n## Consultancies\n\nLooking for professional help? [Bitovi](https://www.bitovi.com) is the primary corporate sponsor of CanJS. [Contact Bitovi](https://www.bitovi.com/contact) for contract opportunities.\n\nDoes your company offer CanJS consulting services? [Edit this page on GitHub](https://github.com/canjs/canjs/edit/master/docs/can-canjs/can-community.md) and submit a pull request to add yourself here!\n\n",
8803+
"body": "\n<ul class=\"icon-list\">\n <li>\n <a href=\"https://gitter.im/canjs/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-gittr-gray.svg\" width=\"30\">\n Chat with us on Gitter\n </a>\n </li>\n <li>\n <a href=\"https://github.com/canjs/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-github-gray.svg\" width=\"30\">\n Star us on GitHub\n </a>\n </li>\n <li>\n <a href=\"http://stackoverflow.com/search?q=canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-stackoverflow-gray.svg\" width=\"30\">\n Ask questions on Stack Overflow\n </a>\n </li>\n <li>\n <a href=\"http://forums.donejs.com/c/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-forums-gray.svg\" width=\"30\">\n Visit our forums\n </a>\n </li>\n <li>\n <a href=\"https://www.meetup.com/find/?keywords=canjs&radius=Infinity\" target=\"_blank\">\n <img src=\"/static/img/icon-meetup-gray.svg\" width=\"30\">\n Find a local Meetup group\n </a>\n </li>\n <li>\n <a href=\"https://www.youtube.com/channel/UCM_xC8UOHt2ay5wz-3gotmg\" target=\"_blank\">\n <img src=\"/static/img/icon-youtube-gray.svg\" width=\"30\">\n Watch videos on YouTube\n </a>\n </li>\n <li>\n <a href=\"https://twitter.com/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-twitter-gray.svg\" width=\"30\">\n Follow us on Twitter\n </a>\n </li>\n <li>\n <a href=\"https://www.bitovi.com/blog/topic/canjs\" target=\"_blank\">\n <img src=\"/static/img/icon-rss-gray.svg\" width=\"30\">\n Read our blog\n </a>\n </li>\n</ul>\n\n## Upcoming Events\n\n[DoneJS.com’s Upcoming Events](https://donejs.com/community.html#events) section has a list of meetup events in the near future!\n\n## Contribute to CanJS\n\nCheck out the contribute section of the [guides] page for information on [guides/contributing/bug-report reporting bugs], [guides/contributing/feature-suggestion suggesting features], and more!\n\n## Consultancies\n\nLooking for professional help? [Bitovi](https://www.bitovi.com) is the primary corporate sponsor of CanJS. [Contact Bitovi](https://www.bitovi.com/contact) for contract opportunities.\n\nDoes your company offer CanJS consulting services? [Edit this page on GitHub](https://github.com/canjs/canjs/edit/master/docs/can-canjs/can-community.md) and submit a pull request to add yourself here!\n\n",
88048804
"description": " Get involved with one of the most inviting communities on the internet!\n\n",
88058805
"name": "community",
88068806
"title": "Community",
@@ -50597,4 +50597,4 @@
5059750597
"parent": "guides/recipes",
5059850598
"comment": " "
5059950599
}
50600-
}
50600+
}

static/sidebar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ img.social-icon-small{
9494
padding-bottom: @gutter;
9595
padding-top: @gutter;
9696
}
97-
&.expanded > a {
97+
&.expanded.parent > a {
9898
padding-bottom: @gutter/3;
9999
}
100100
// Second level

templates/menu.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</li>
1010
{{else}}
1111
<li class="{{#if (isCurrent docObject)}}current{{/if}}
12-
{{#children.length}}parent{{/children.length}}
12+
{{#if children.length}}parent{{/if}}
1313
{{#if (hasCurrent docObject)}}expanded{{/if}}">
1414
<a class="{{docObject.type}}"
1515
href="{{urlTo docObject.name}}"

0 commit comments

Comments
 (0)