Skip to content

Commit

Permalink
Merge pull request #835 from aG0aep6G/slogan-margin-top
Browse files Browse the repository at this point in the history
remove margin top from the home page heading
  • Loading branch information
CyberShadow committed Jan 24, 2015
2 parents b6f4751 + ea257c4 commit 870183c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion css/style.css
Expand Up @@ -163,7 +163,6 @@ h1, h2, h3, h4, h5, h6

h1
{
margin-top: 0;
font-size: 2.0em;
}

Expand Down Expand Up @@ -541,6 +540,11 @@ div#content
border-radius: 5px;
}

div#content *:first-child + * /* conceptually the first child, skipping #tools */
{
margin-top: 0;
}

body.chm
{
min-width: 0 !important;
Expand Down
3 changes: 1 addition & 2 deletions index.dd
Expand Up @@ -2,8 +2,7 @@ Ddoc

$(D_S D Programming Language,

$(SECTION3 The D programming language. Modern
convenience. Modeling power. Native efficiency.,
$(SECTION3 The D programming language. $(SPAN style="display: inline-block", Modern convenience. Modeling power. Native efficiency.),

Conference websites, videos and slides:
$(UL
Expand Down

0 comments on commit 870183c

Please sign in to comment.