Subversion Repositories SvarDOS

Rev

Rev 1753 | Rev 1758 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1753 Rev 1754
Line 67... Line 67...
67
  flex-direction: column;
67
  flex-direction: column;
68
  border: 1px #aaa solid;
68
  border: 1px #aaa solid;
69
  border-radius: 0.25em;
69
  border-radius: 0.25em;
70
  margin: 0.75em 2.5em 0.75em 0.25em;
70
  margin: 0.75em 2.5em 0.75em 0.25em;
71
  padding: 0.2em 0.75em;
71
  padding: 0.2em 0.75em;
72
  min-width: 12em;
72
  width: 12em;
73
}
73
}
74
 
74
 
75
div.download div h3 {
75
div.download div h3 {
76
  text-align: center;
76
  text-align: center;
77
  font-weight: bold;
77
  font-weight: bold;
Line 79... Line 79...
79
  margin: 0.5em 0 0 0;
79
  margin: 0.5em 0 0 0;
80
}
80
}
81
 
81
 
82
div.download div p {
82
div.download div p {
83
  margin: 0 0 0.5em 0;
83
  margin: 0 0 0.5em 0;
-
 
84
  line-height: 1.4em;
-
 
85
  font-size: 0.9em;
84
}
86
}
85
 
87
 
86
a:link { /* unvisited link */
88
a:link { /* unvisited link */
87
  color: #008; text-decoration: none;
89
  color: #008; text-decoration: none;
88
}
90
}