1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00

Frontend Improvements

This commit is contained in:
Awilum
2014-01-02 19:54:18 +02:00
parent 4d16d07b2c
commit 73abb00785
2 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,16 @@ styles.css
*************************************
1. GENERAL
*************************************/
@font-face {
font-family: 'Glyphicons Halflings';
src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot');
src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
body {
background: #FAFAFA;
}
@@ -274,4 +284,9 @@ td, th {
footer {
margin-top: 40px;
}
.datapicker {
width: 200px;
}