summaryrefslogtreecommitdiff
path: root/rt/share/static/css/freeside4/freeside.css
blob: 2af1582bd5e425737091d8d3dc4c24190a904633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
h1 {
  margin: 0;
  padding: 0;
}

div.small_custview {
  border: 1px solid #cccccc;
  padding: 3px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;
}