We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9171c53 commit 9232f1cCopy full SHA for 9232f1c
app/static/css/purltal.css
@@ -21,19 +21,24 @@
21
}
22
23
.purtal-container {
24
- width: 90%;
+ width: 75%;
25
26
27
-a.icon-block {
28
- display:inline-block;
29
- width:10em;
30
- float:left;
31
- text-align:center;
+a.ops:link {
+ color: #ff0000;
+}
+a.ops:visited {
+ color: #e60000;
32
33
+a.dev:link {
34
+ color: #0088CC;
35
36
+a.dev:visited {
37
+ color: #0044CC;
38
39
-a.icon-block i,
-a.icon-block span {
- display:block;
- width:100%;
- clear:both;
- }
40
+.smallPicture {
41
+ width: 110px;
42
+ height: 110px;
43
+ margin: 10px;
44
0 commit comments