Skip to content

Commit 9232f1c

Browse files
committed
Stuff
1 parent 9171c53 commit 9232f1c

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

app/static/css/purltal.css

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,24 @@
2121
}
2222

2323
.purtal-container {
24-
width: 90%;
24+
width: 75%;
2525
}
2626

27-
a.icon-block {
28-
display:inline-block;
29-
width:10em;
30-
float:left;
31-
text-align:center;
27+
a.ops:link {
28+
color: #ff0000;
29+
}
30+
a.ops:visited {
31+
color: #e60000;
32+
}
33+
a.dev:link {
34+
color: #0088CC;
35+
}
36+
a.dev:visited {
37+
color: #0044CC;
3238
}
3339

34-
a.icon-block i,
35-
a.icon-block span {
36-
display:block;
37-
width:100%;
38-
clear:both;
39-
}
40+
.smallPicture {
41+
width: 110px;
42+
height: 110px;
43+
margin: 10px;
44+
}

0 commit comments

Comments
 (0)