This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*---:[ body ]:---*/ | |
| body { background: #000; } | |
| /*---:[ menu ]:---*/ | |
| .menu { list-style: none; } | |
| .menu li { float: left; } | |
| .menu li a { text-decoration: none; display: block; } | |
| /*---:[ post image fix from @kristarella ]:---*/ | |
| .post_image { max-width: 100%; height: auto; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Source and explanation of this file: | |
| // http://aldosoft.com/blog/2011/01/thesis-custom-loop-template/ | |
| class my_looper extends thesis_custom_loop { | |
| function home() { | |
| thesis_loop::home(); | |
| } |
NewerOlder