Skip to content

Commit

Permalink
Change summary display
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck committed Feb 11, 2017
1 parent ea39732 commit e8d27a8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _data/sidebars/community_sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: LoopBack community projects
title: Community projects
url: /doc/en/community/index.html
children:

Expand Down
26 changes: 23 additions & 3 deletions css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,25 @@ a[data-toggle] {
color: #72ac4a;
}

.summary {
font-size:110%;
color: #808080;
margin:20px 50px 20px 50px;
border: 1px solid #999;
border-radius: 3px;
padding: 5px 10px 5px 10px;
box-shadow: 6px 6px 20px #999;
}

.post-title-main {
display: inline;
}

.post-header {
margin: 20px 0 10px 0;
}

/*
.summary {
font-size:120%;
color: #808080;
Expand All @@ -512,10 +531,12 @@ a[data-toggle] {
}
.summary:before {
content: "Summary: ";
font-weight: bold;
}
*/


a.fa.fa-envelope-o.mailto {
Expand Down Expand Up @@ -831,9 +852,8 @@ span.soft {
}

.githubEditButton {
margin-bottom:7px;
margin-left: 10px;
float: right;
margin: 10px;
float: right;
}

.githubEditButton-nofloat {
Expand Down
2 changes: 1 addition & 1 deletion css/theme-green.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ div.sidebarTitle {
}

div.sidebarTitle, div.sidebarTitle a {
margin-top:40px;
margin-top: 10px;
font-weight:normal;
font-size:130%;
color: #000;
Expand Down
7 changes: 4 additions & 3 deletions pages/en/lb3/Client-SDKs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Client SDKs"
lang: en
layout: page
toc: false
keywords: LoopBack
tags:
sidebar: lb3_sidebar
Expand All @@ -12,11 +13,10 @@ summary:
LoopBack provides the following software development kits (SDKs):

* [iOS SDK](iOS-SDK.html). See also:
* [LoopBack iOS API reference](http://apidocs.strongloop.com/loopback-clients/ios/api/annotated.html).
* [Push notifications for iOS apps](Push-notifications-for-iOS-apps.html)
* [Tutorial: push notifications - iOS client](Push-notifications-for-iOS-apps.html)
* [Android SDK](Android-SDK.html). See also:
* [LoopBack Android API reference.](http://apidocs.strongloop.com/loopback-android/api/index.html)
* [LoopBack Android API reference.](http://apidocs.strongloop.com/loopback-sdk-android/api/index.html)
* [Push notifications for Android apps](Push-notifications-for-Android-apps.html)
* [Tutorial: push notifications - Android client](Push-notifications-for-Android-apps.html)
* [AngularJS JavaScript SDK](AngularJS-JavaScript-SDK.html)
Expand All @@ -27,4 +27,5 @@ LoopBack provides the following software development kits (SDKs):
See:

* [iOS SDK](iOS-SDK.html)
* [Android SDK](Android-SDK.html)
* [Android SDK](Android-SDK.html)
* [Angular JS SDK](AngularJS-JavaScript-SDK.html)

0 comments on commit e8d27a8

Please sign in to comment.