So we want to put some distance in our note and alert classes in Thesis. To do this, we edit custom.css and it’s a matter of this code below in custom.css to get the indentation looks you see below.
.custom .alert {margin-left:2em; margin-right:6em;}
.custom .note {margin-left:5em;}
This is a note.
This is a note (again). Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on.
This is normal text without classes like alert or note.
This is an alert.
This is an alert (again). Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on. Repeat a few times to get some wrapping going on.
This is normal text again, no formatting with class or note classes in CSS.
Let’s finish the alerting noting stuff with a blockquote, pullquote, quoatation, whatever you call a “quote” like this!
Comments on this entry are closed.