projects
/
website
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Alternate Stylesheets für die Layout-Varianten hinzugefügt
[website]
/
dist
/
less
/
screen
/
packs.less
1
.pack
2
{
3
overflow: hidden;
4
}
5
.pack > .p.left,
6
.pack > .p.right
7
{
8
width: 42%;
9
padding: 0 3% 999em 3%;
10
margin: 0 0 -998em 0;
11
}
12
.pack.bg > .p.left,
13
.pack.bg > .p.right
14
{
15
background-color: @sehrhell;
16
}
17
.pack > .p.left
18
{
19
float: left;
20
}
21
.pack > .p.right
22
{
23
float: right;
24
}
25
.pack > .p img.p
26
{
27
width: 91.9118%;
28
}
29
.single
30
{
31
padding: 0 3% 1em 3%;
32
margin: 3% 0;
33
}
34
.single.bg
35
{
36
background-color: @sehrhell;
37
}