Subversion Repositories Koakuma

Rev

Rev 32 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 34
Line 1... Line 1...
1
/* $Id: style.css 32 2024-10-02 09:25:51Z nishi $ */
1
/* $Id: style.css 34 2024-10-02 09:33:08Z nishi $ */
2
 
2
 
3
#gomain {
3
#gomain {
4
	position: absolute;
4
	position: absolute;
5
	left: 50px;
5
	left: 50px;
6
}
6
}
Line 89... Line 89...
89
#shift {
89
#shift {
90
	padding-left: 30px;
90
	padding-left: 30px;
91
}
91
}
92
 
92
 
93
#doc {
93
#doc {
-
 
94
	margin-top: -15px;
-
 
95
}
-
 
96
 
-
 
97
#doc-notoc {
-
 
98
	margin-top: -15px;
94
}
99
}
95
 
100
 
96
#docinside {
101
#docinside {
97
	padding-right: 14em;
102
	padding-right: 14em;
98
}
103
}