Subversion Repositories Koakuma

Rev

Rev 24 | Rev 28 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24 Rev 25
Line 1... Line 1...
1
/* $Id: style.css 24 2024-10-02 08:13:21Z nishi $ */
1
/* $Id: style.css 25 2024-10-02 08:16:09Z nishi $ */
2
 
2
 
3
#gomain {
3
#gomain {
4
	position: absolute;
4
	position: absolute;
5
	left: 50px;
5
	left: 50px;
6
}
6
}
Line 95... Line 95...
95
	background-color: #f0f0f0;
95
	background-color: #f0f0f0;
96
	margin-top: 20px;
96
	margin-top: 20px;
97
}
97
}
98
 
98
 
99
pre {
99
pre {
100
	overflow-x: scroll;
100
	overflow: scroll;
-
 
101
	width: 100%;
101
}
102
}