summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/standard.css11
-rw-r--r--css/standard.less12
2 files changed, 2 insertions, 21 deletions
diff --git a/css/standard.css b/css/standard.css
index 33d8ae0..90d44ac 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -647,20 +647,11 @@ table.openid th {
.highcall {
background-color: #fc3;
}
-.about {
- margin-left: 20%;
- margin-right: 20%;
- padding-top: 10%;
-}
.about ul {
margin-left: 2em;
}
.about div {
- width: 12em;
- height: 6em;
- margin: 2em;
- padding: 1em;
- float: left;
+ margin-top: 3em;
border: 1px solid black;
}
.about .code {
diff --git a/css/standard.less b/css/standard.less
index 1981c7d..6330a8d 100644
--- a/css/standard.less
+++ b/css/standard.less
@@ -646,22 +646,12 @@ table.openid td, table.openid th{
background-color: #fc3;
}
-.about {
- margin-left: 20%;
- margin-right: 20%;
- padding-top: 10%;
-}
-
.about ul {
margin-left: 2em;
}
.about div {
- width:12em;
- height: 6em;
- margin: 2em;
- padding: 1em;
- float:left;
+ margin-top: 3em;
border: 1px solid black;
}