8000 changed header name in links, more news items · tisto/robotframework.github.com@e3411bf · GitHub
[go: up one dir, main page]

Skip to content

Commit e3411bf

Browse files
committed
changed header name in links, more news items
1 parent 9f75b77 commit e3411bf

File tree

6 files changed

+46
-9
lines changed

6 files changed

+46
-9
lines changed

_site/assets/css/robotframework.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ ul {
4545
border-radius: 5px;
4646
}
4747

48+
/*
49+
.nav {
50+
color: white;
51+
background: -webkit-gradient(linear, left top, left bottom, from(#B86767), to(#7A4545));
52+
background: -webkit-linear-gradient(top, #B86767, #7A4545);
53+
background: -moz-linear-gradient(top, #B86767, #7A4545);
54+
background: -o-linear-gradient(top, #B86767, #7A4545);
55+
background: -ms-linear-gradient(top, #B86767, #7A4545);
56+
background: linear-gradient(top, #B86767, #7A4545);
57+
position: fixed;
58+
top: 0em;
59+
left: 0em;
60+
width: 100%;
61+
border-radius: 5px;
62+
63+
height: 2em;
64+
}
65+
*/
4866
.nav a {
4967
color: white;
5068
font-size: 1.5em;
@@ -138,7 +156,7 @@ body > .section:nth-child(even){
138156
box-shadow: inset 0px 1px 3px 0px;
139157
background: rgba(122, 69, 69, 0.5);
140158
padding: 0.7em 0.5em;
141-
font-size: 0.9em;
159+
font-size: 0.7em;
142160
text-align: left;
143161
}
144162

@@ -193,7 +211,7 @@ body > .section:nth-child(even){
193211
float: left;
194212
}
195213

196-
#microblog > h4 {
214+
#twitter > h4 {
197215
font-size: 24.5px;
198216
line-height: 40px;
199217
}

_site/assets/js/robotframework.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ function init_tweets() {
22
$( ".news.container > p" ).first().after( '<div id="tweets"></div>' );
33
$("#tweets").tweet({
44
"username": "robotframework"
5+
, count: 5
56
});
67

78
}

_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ <h3>IRC</h3>
228228
<ul class="simple">
229229
<li>#robotframework &#64;freenode</li>
230230
</ul>
231-
<div class="section" id="microblog">
232-
<h4>Microblog</h4>
231+
<div class="section" id="twitter">
232+
<h4>Twitter</h4>
233233
<ul class="simple">
234234
<li><a class="reference external" href="http://twitter.com/robotframework">&#64;robotframework on Twitter</a></li>
235235
</ul>

assets/css/robotframework.css

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ ul {
4545
border-radius: 5px;
4646
}
4747

48+
/*
49+
.nav {
50+
color: white;
51+
background: -webkit-gradient(linear, left top, left bottom, from(#B86767), to(#7A4545));
52+
background: -webkit-linear-gradient(top, #B86767, #7A4545);
53+
background: -moz-linear-gradient(top, #B86767, #7A4545);
54+
background: -o-linear-gradient(top, #B86767, #7A4545);
55+
background: -ms-linear-gradient(top, #B86767, #7A4545);
56+
background: linear-gradient(top, #B86767, #7A4545);
57+
position: fixed;
58+
top: 0em;
59+
left: 0em;
60+
width: 100%;
61+
border-radius: 5px;
62+
height: 2em;
63+
}
64+
*/
4865
.nav a {
4966
color: white;
5067
font-size: 1.5em;
@@ -138,7 +155,7 @@ body > .section:nth-child(even){
138155
box-shadow: inset 0px 1px 3px 0px;
139156
background: rgba(122, 69, 69, 0.5);
140157
padding: 0.7em 0.5em;
141-
font-size: 0.9em;
158+
font-size: 0.7em;
142159
text-align: left;
143160
}
144161

@@ -193,7 +210,7 @@ body > .section:nth-child(even){
193210
float: left;
194211
}
195212

196-
#microblog > h4 {
213+
#twitter > h4 {
197214
font-size: 24.5px;
198215
line-height: 40px;
199216
}

assets/js/robotframework.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ function init_tweets() {
22
$( ".news.container > p" ).first().after( '<div id="tweets"></div>' );
33
$("#tweets").tweet({
44
"username": "robotframework"
5+
, count: 5
56
});
67

78
}

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Build tools
137137

138138
Other
139139
-----
140-
- `Mabot <http://code.google.com/p/robotframework-mabot/>`_
140+
- `Mabot <http://code.google.com/p/robotframework-mabot/>`_
141141
is a tool for manual test result reporting.
142142
- `RFdoc <http://code.google.com/p/rfdoc/>`_
143143
is a web based system for storing and searching Robot Framework test library and resource file documentations.
@@ -164,8 +164,8 @@ IRC
164164

165165
- #robotframework @freenode
166166

167-
Microblog
168-
+++++++++
167+
Twitter
168+
+++++++
169169

170170
- `@robotframework on Twitter <http://twitter.com/robotframework>`_
171171

0 commit comments

Comments
 (0)
0