Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / static / sass / _typography.scss
index ebb7035..a190b5c 100644 (file)
@@ -73,6 +73,8 @@ p {
   }
   &.caption {
     text-align: left;
+    margin-top: 9px;
+    font-weight: bold;
     .lightbox & {
       color: $white;
     }
@@ -114,6 +116,18 @@ footer[role="contentinfo"] {
   }
 }
 
+table {
+  font-size: $body-font-size;
+}
+
+td dl {
+  margin: 0.4em 0;
+}
+
+td dt {
+  margin: 0 0 0.4em 0;
+}
+
 em {
   padding-right: 2px; /* "kerning" adjustment */
 }
@@ -248,10 +262,6 @@ hr {
   padding: 0.1em 0.6em;
   margin: 0 0.1em;
   white-space: nowrap;
-  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
-  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
-  -webkit-border-radius: 3px;
-  -moz-border-radius: 3px;
   border-radius: 3px;
 }