1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Bootstrap3 styling fixes

This commit is contained in:
Cameron
2013-12-31 02:07:14 -08:00
parent d73fd69d1d
commit bbb22c140f

View File

@@ -1,10 +1,15 @@
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 70px;
padding-top: 50px;
padding-bottom: 20px;
}
#sidebar {
padding-top:20px;
}
.alert { margin-top:20px }
/* Sign in Page */