summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/style.css.scss
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-07-04 22:24:50 +0200
committerMrYummy <elemental428@gmail.com>2017-07-04 22:27:07 +0200
commit0aad3bb71afbb6419b90f499118f18676452b095 (patch)
treee6af19ca1fe67f2edfa1f2fef47089a97b1f9eeb /app/assets/stylesheets/style.css.scss
parent0f74795159ba65432aa1a6a25367dfdcffd4bb12 (diff)
Added choice of project, r/w perms, and fixed up some cssmemory
Diffstat (limited to 'app/assets/stylesheets/style.css.scss')
-rw-r--r--app/assets/stylesheets/style.css.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index e8f06ab..04bfee8 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -1028,9 +1028,11 @@ nav.pagination {
text-shadow: none;
}
.memory-table {
- width: 870px;
+ width: 980px;
margin: auto;
+ text-align: center;
th, td {
+ height: 20px;
border: 1px solid black;
}
}