Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52b0ade

Browse files
author
Tatu Kairi
committed
fine-tune paddings in Support section
1 parent603af5f commit52b0ade

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

‎css/robotframework.css‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pre {
8585

8686
/* General rules for .content-area */
8787
.content-area {
88-
margin:0 auto3em auto;
88+
margin:0 auto2em auto;
8989
}
9090

9191
/* CSS clear/float fix, see http://nicolasgallagher.com/micro-clearfix-hack/
@@ -562,12 +562,12 @@ pre {
562562
color:#24292d;
563563
}
564564

565-
#support .no-top-padding {
566-
padding-top:0;
565+
.contact-icons {
566+
padding-top:2em;
567567
}
568568

569-
.contact-icons {
570-
margin-top:1.5em;
569+
.contact-icons.content-area{
570+
padding-bottom:2em;
571571
}
572572

573573
.contact-iconsp {
@@ -588,7 +588,7 @@ pre {
588588
background-color: black;
589589
background-image: url(../img/icons.gif);
590590
background-repeat: no-repeat;
591-
margin:0 auto1em auto;
591+
margin:0 auto;
592592
}
593593

594594
#twitter {
@@ -613,6 +613,7 @@ pre {
613613

614614
#other-support,#contact-commercial {
615615
text-align: center;
616+
padding-top:2em;
616617
}
617618

618619
#contact-commercial .link {

‎index.html‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ <h1 class="row-header">SUPPORT</h1>
12141214
</div>
12151215
</div>
12161216

1217-
<divid="other-support"class="row no-top-padding">
1217+
<divid="other-support"class="row">
12181218
<divclass="content-area">
12191219

12201220
<h2class="other-support-heading">OTHER FORUMS</h2>
@@ -1249,12 +1249,16 @@ <h2 class="other-support-heading">OTHER FORUMS</h2>
12491249
</a>
12501250
<p>Questions in Stack Overflow tagged with Robot Framework.</p>
12511251
</div>
1252+
<divclass="link">
1253+
<ahref="http://groups.google.com/group/robotframework-announce"target="_blank">robotframework-announce</a>
1254+
<p>Mailing list for just release announcements, nothing more.</p>
1255+
</div>
12521256
</div>
12531257

12541258
</div>
12551259
</div>
12561260

1257-
<divid="contact-commercial"class="row no-top-padding">
1261+
<divid="contact-commercial"class="row">
12581262
<divclass="content-area">
12591263
<h2class="other-support-heading">PAID SUPPORT</h2>
12601264

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp