/example/static/css/default.css
https://code.google.com/p/go-mvc/ · CSS · 48 lines · 43 code · 5 blank · 0 comment · 0 complexity · 25eaecd3630093c39afa1aabf5590b94 MD5 · raw file
- .page {
- width: 960px;
- margin-left: auto;
- margin-right: auto;
- }
-
- #header {
- position: relative;
- margin-bottom: 0px;
- color : #000;
- padding: 0;
- }
-
- #header h1
- {
- font-weight: bold;
- padding: 5px 0;
- margin: 0;
- color: #fff;
- border: none;
- line-height: 2em;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 32px !important;
- }
-
- #main
- {
- padding: 30px 30px 15px 30px;
- background-color: #fff;
- margin-bottom: 30px;
- }
-
- #footer
- {
- color: #999;
- padding: 10px 0;
- text-align: center;
- line-height: normal;
- margin: 0;
- font-size: .9em;
- }
-
- ul {
- line-height: 2em;
- list-style-type: square;
- padding: 6px;
- margin: 2px;
- }