added fixes for info updates
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,8 +6,5 @@ body {
|
||||
margin: 0;
|
||||
overflow: hidden; }
|
||||
|
||||
div#enroll p.ie-warning {
|
||||
display: block !important;
|
||||
line-height: 1.3em; }
|
||||
div#enroll form {
|
||||
display: none; }
|
||||
|
||||
@@ -8,7 +8,7 @@ We are also using Bourbon with sass. They are a generic set of mixins, and funct
|
||||
To use bourbon you need to install it with:
|
||||
$ gem install bourbon
|
||||
|
||||
Then to generate Sass files cd to templates directory and watch the sass files for developement:
|
||||
Then to generate Sass files cd to templates directory and watch the sass files for development:
|
||||
$ sass --watch sass:../static/css/ -r ./sass/bourbon/lib/bourbon.rb
|
||||
|
||||
To generate a compressed css file for production:
|
||||
|
||||
@@ -21,12 +21,12 @@ div.info-wrapper {
|
||||
@extend .clearfix;
|
||||
border-bottom: 1px solid #e3e3e3;
|
||||
|
||||
&:first-child {
|
||||
padding: lh(.5);
|
||||
margin-left: (-(lh(.5)));
|
||||
background: $cream;
|
||||
border-bottom: 1px solid darken($cream, 10%);
|
||||
}
|
||||
// &:first-child {
|
||||
// padding: lh(.5);
|
||||
// margin-left: (-(lh(.5)));
|
||||
// background: $cream;
|
||||
// border-bottom: 1px solid darken($cream, 10%);
|
||||
// }
|
||||
|
||||
h2 {
|
||||
float: left;
|
||||
@@ -39,6 +39,10 @@ div.info-wrapper {
|
||||
width: flex-grid(7, 9);
|
||||
margin-bottom: 0;
|
||||
|
||||
li {
|
||||
margin-bottom: lh(.5);
|
||||
}
|
||||
|
||||
p {
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user