Subversion Repositories Koakuma

Rev

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

Rev 12 Rev 20
Line 1... Line 1...
1
/* $Id: style.css 12 2024-10-02 03:25:33Z nishi $ */
1
/* $Id: style.css 20 2024-10-02 07:45:11Z nishi $ */
2
 
2
 
3
#gomain {
3
#gomain {
4
	position: absolute;
4
	position: absolute;
5
	left: 50px;
5
	left: 50px;
6
}
6
}
Line 88... Line 88...
88
	width: 13em;
88
	width: 13em;
89
	padding: 5px;
89
	padding: 5px;
90
	background-color: #f0f0f0;
90
	background-color: #f0f0f0;
91
	margin-top: 20px;
91
	margin-top: 20px;
92
}
92
}
-
 
93
 
-
 
94
pre {
-
 
95
	overflow-x: scroll;
-
 
96
}