From 74bfb0eccb22ee1b2c9c1bb18a7e534da1ff556d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 30 Apr 2010 09:53:44 -0700 Subject: [PATCH] [Docs] Style the links to examples --- doc-src/content/stylesheets/_reference.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc-src/content/stylesheets/_reference.scss b/doc-src/content/stylesheets/_reference.scss index 54498b39..a97606b0 100644 --- a/doc-src/content/stylesheets/_reference.scss +++ b/doc-src/content/stylesheets/_reference.scss @@ -70,3 +70,17 @@ table.constants { @include inner-table-borders(1px); td, th { padding: 0.25em 0.5em; } } + +dl.examples { + display: table; + margin-bottom: 2em; + dt, dd { + display: table-cell; + } + dd { + padding-left: 0.33em; + &:before { + content: " - "; + } + } +} \ No newline at end of file