ctucx.git: ctucx.things

simple inventory management web-app

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
@import "_common";
@import "_list";
@import "_print";
@import "_share";
@import "_sprite";

nav {
	margin-top: 2em;
	padding: 0px 1em;
	vertical-align: bottom;
}

nav a {
	text-decoration: none;
	padding: 2px 0.75em;
	font-size: 110%;
}

nav a.active {
	color: #000;
	background-color: #ccc;
}

nav a.right {
	float: right;
}