Displaying 1 result from an estimated 1 matches for "e0f8f8".
Did you mean:
0f88
2006 Mar 01
5
scaffold.css and Rails tutorial problem
...;
}
#ErrorExplanation ul li {
font-size: 12px;
list-style: square;
}
/* START:css */
.ListTitle {
color: #244;
font-weight: bold;
font-size: larger;
}
.ListActions {
font-size: x-small;
text-align: right;
padding-left: 1em;
}
.ListLine0 {
background: #e0f8f8;
}
.ListLine1 {
background: #f8b0f8;
}
/* END:css */
#-----------------------------------------------------------------------------
The code in app/views/layouts/store.rhtml produces this in the browser
display:
#-----------------------------------------------------------------------...