diff --git a/mogui/view/v1/project/index.html b/mogui/view/v1/project/index.html index b269e95d1d0f2d2bda24022a7d9ed2dcb97acc97..c5d9763c915d300cf5e95b3fd4d6c4ec0016ccf5 100644 --- a/mogui/view/v1/project/index.html +++ b/mogui/view/v1/project/index.html @@ -31,7 +31,7 @@ - + {% include "../base/footer.html" %} diff --git a/mogui/view/v1/release/index.html b/mogui/view/v1/release/index.html index 14d650e733c47dcf5b4499c7239805bf9c29c0f8..7431f0527ef201686d2aede29f1080415212c5f4 100644 --- a/mogui/view/v1/release/index.html +++ b/mogui/view/v1/release/index.html @@ -34,7 +34,7 @@ - + {% include "../base/footer.html" %} diff --git a/public/v1/css/common.css b/public/v1/css/common.css index 72e3c8f58e82d995bc75349d0a463fe09f8fbd6d..ecef7b5b18b16f7eb1bc86e449848780a323fc28 100644 --- a/public/v1/css/common.css +++ b/public/v1/css/common.css @@ -6,6 +6,7 @@ a { text-decoration: none; } img { border: 0px; } .oh { overflow: hidden; } .m-t-15 { margin-top: 15px; } +.m-b-15 { margin-bottom: 15px; } .fl { float: left; } .fr { float: right; } .tl { text-align: left; }