Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/common
diff options
context:
space:
mode:
Diffstat (limited to 'css/common')
-rw-r--r--css/common/footer.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/common/footer.css b/css/common/footer.css
index d3c3884..1e05c57 100644
--- a/css/common/footer.css
+++ b/css/common/footer.css
@@ -8,10 +8,10 @@ html, body {
display: table;
/*
- Without this property, scrollbars inside <pre> elements don't work if
- display's width is less than 750px.
- God, I hate CSS.
- */
+ * Without this property, scrollbars inside <pre> elements don't work if
+ * display's width is less than 750px.
+ * God, I hate CSS.
+ */
table-layout: fixed;
}
.footer-wrapper-collapse {