Support confidential clients

Change-Id: I907592587ae296bef592c2f731a0302c6e9e8c8b
diff --git a/dev/scss/main/oauth.scss b/dev/scss/main/oauth.scss
index db8e09d..c1e38c1 100644
--- a/dev/scss/main/oauth.scss
+++ b/dev/scss/main/oauth.scss
@@ -9,14 +9,17 @@
 
   li.client {
     list-style-type: none;
+    margin-bottom: 1.5em;
 
     span.client-name::before {
       margin-left: -1.5em;
     }
 
-    span.client-desc {
-      font-size: 70%;
-      display:   block;
+    p.client-desc, p.client-url {
+      font-weight: normal;
+      font-size: 80%;
+      margin-top: .2em;
+      margin-bottom: .2em;
     }
   }