projects
/
website
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kanonische Links über _canonical realisiert
[website]
/
less
/
base
/
packs.less
1
.pack
2
{
3
margin: 3% 0;
4
overflow: hidden;
5
}
6
.pack > .left,
7
.pack > .right
8
{
9
width: 42%;
10
padding: 0 3% 999em 3%;
11
margin: 0 0 -999em 0;
12
background-color: @sehrhell;
13
}
14
.pack > .left
15
{
16
float: left;
17
}
18
.pack > .right
19
{
20
float: right;
21
}
22
.single
23
{
24
padding: 3%;
25
margin: 3% 0;
26
background-color: @sehrhell;
27
}