Subversion Repository Public Repository

playgrnd

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@CHARSET "UTF-8";

.normalSize {
	font-size: 110%
}

.largeSize {
	font-size: 200%
}

.light {
	color: black;
	background-color: white;
}

.dark {
	color: white;
	background-color: black;
}

Commits for playgrnd/jsf-sample/src/main/webapp/css/styles.css

Diff revisions: vs.
Revision Author Commited Message
35 snark picture snark Thu 17 Aug, 2017 23:28:40 +0000

add jsf-sample project