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

Commitb7ad51e

Browse files
committed
tidied up css
1 parentf655920 commitb7ad51e

File tree

2 files changed

+2
-70
lines changed

2 files changed

+2
-70
lines changed

‎_site/assets/css/robotframework.css‎

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,6 @@ ul {
3131
list-style-type: none;
3232
}
3333

34-
/*
35-
.nav {
36-
color: white;
37-
background: -webkit-gradient(linear, left top, left bottom, from(#B86767), to(#7A4545));
38-
background: -webkit-linear-gradient(top, #B86767, #7A4545);
39-
background: -moz-linear-gradient(top, #B86767, #7A4545);
40-
background: -o-linear-gradient(top, #B86767, #7A4545);
41-
background: -ms-linear-gradient(top, #B86767, #7A4545);
42-
background: linear-gradient(top, #B86767, #7A4545);
43-
position: fixed;
44-
top: 12em;
45-
left: 0.9em;
46-
width: auto;
47-
border-radius: 5px;
48-
}
49-
*/
50-
5134
#menu {
5235
background:-webkit-gradient(linear, left top, left bottom,from(#B86767),to(#7A4545));
5336
background:-webkit-linear-gradient(top,#B86767,#7A4545);
@@ -110,13 +93,8 @@ ul {
11093
margin-right: auto;
11194
}
11295

113-
#wrapper {
114-
/* background: transparent url(/assets/img/silhuette.png) 0 0 no-repeat;
115-
*/
116-
}
117-
11896
#wrapper> .section {
119-
padding:1.5em15em;
97+
margin:1em15em;
12098
min-height:100%;
12199
margin-top:0px;
122100
}
@@ -130,18 +108,6 @@ ul {
130108
z-index:-1;
131109
}
132110

133-
/*
134-
135-
body > .section:nth-child(odd){
136-
background: white url(/assets/img/bg.jpg) repeat;
137-
}
138-
139-
body > .section:nth-child(even){
140-
background: white url(/assets/img/bg2.jpg) repeat;
141-
}
142-
143-
*/
144-
145111
#introduction:before,
146112
#introduction:after,
147113
#test-libraries:before,

‎assets/css/robotframework.css‎

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,6 @@ ul {
3131
list-style-type: none;
3232
}
3333

34-
/*
35-
.nav {
36-
color: white;
37-
background: -webkit-gradient(linear, left top, left bottom, from(#B86767), to(#7A4545));
38-
background: -webkit-linear-gradient(top, #B86767, #7A4545);
39-
background: -moz-linear-gradient(top, #B86767, #7A4545);
40-
background: -o-linear-gradient(top, #B86767, #7A4545);
41-
background: -ms-linear-gradient(top, #B86767, #7A4545);
42-
background: linear-gradient(top, #B86767, #7A4545);
43-
position: fixed;
44-
top: 12em;
45-
left: 0.9em;
46-
width: auto;
47-
border-radius: 5px;
48-
}
49-
*/
50-
5134
#menu {
5235
background:-webkit-gradient(linear, left top, left bottom,from(#B86767),to(#7A4545));
5336
background:-webkit-linear-gradient(top,#B86767,#7A4545);
@@ -110,13 +93,8 @@ ul {
11093
margin-right: auto;
11194
}
11295

113-
#wrapper {
114-
/* background: transparent url(/assets/img/silhuette.png) 0 0 no-repeat;
115-
*/
116-
}
117-
11896
#wrapper> .section {
119-
padding:1.5em15em;
97+
margin:1em15em;
12098
min-height:100%;
12199
margin-top:0px;
122100
}
@@ -130,18 +108,6 @@ ul {
130108
z-index:-1;
131109
}
132110

133-
/*
134-
135-
body > .section:nth-child(odd){
136-
background: white url(/assets/img/bg.jpg) repeat;
137-
}
138-
139-
body > .section:nth-child(even){
140-
background: white url(/assets/img/bg2.jpg) repeat;
141-
}
142-
143-
*/
144-
145111
#introduction:before,
146112
#introduction:after,
147113
#test-libraries:before,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp