Commit 791e8db0 authored by jmedley's avatar jmedley Committed by Commit bot

Add caption formatting to css.

BUG=none
R=
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/587753003

Cr-Commit-Position: refs/heads/master@{#297441}
parent dd791587
...@@ -73,6 +73,8 @@ p { ...@@ -73,6 +73,8 @@ p {
} }
&.caption { &.caption {
text-align: left; text-align: left;
margin-top: 9px;
font-weight: bold;
.lightbox & { .lightbox & {
color: $white; color: $white;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment