Changeset 688:0ec232c44213
- Timestamp:
- 08/13/11 15:56:24 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r683 r688 379 379 .read-it { 380 380 text-align: right; 381 margin: 0 0 . 25em 0;381 margin: 0 0 .5em 0; 382 382 } 383 383 .read-it a { … … 725 725 background-color: #333; 726 726 } 727 #blogcustom { 728 clear: both; 729 text-align: center; 730 background-color: #ededed; 731 color: #333; 732 border-bottom: 1px solid #999; 733 } 734 #blogcustom h2 { 735 font-size: 1.2em; 736 } 737 #blogcustom a:link, #blogcustom a:visited { 738 color: #666; 739 } 740 #blogcustom > div { 741 display: inline-block; 742 text-align: left; 743 vertical-align: top; 744 width: 294px; 745 padding: 12px; 746 } 747 #blogcustom div.feed { 748 background-image: none; 749 } 750 #blogcustom img { 751 max-width: 100%; 752 } 753 #blogcustom ul { 754 padding: .66em 1em 0; 755 margin: 0; 756 text-align: left; 757 line-height: 1.75; 758 } 759 #blogcustom li { 760 padding-left: 0; 761 margin-left: 0; 762 } 763 #blogcustom .syndicate ul, 764 #blogcustom .tags ul { 765 list-style-type: none; 766 padding-left: 0; 767 } 727 768 #stickers { 728 769 list-style-type: none; … … 745 786 } 746 787 .dc-tags #content ul li, 747 .dc-tags #content ul li a, 788 .dc-tags #content ul li a, 789 #blogcustom .tags ul li, 790 #blogcustom .tags ul li a, 748 791 #sidebar .tags ul li, 749 792 #sidebar .tags ul li a { -
themes/ductile/tpl/_footer.html
r683 r688 4 4 5 5 <div id="footer"> 6 <div id="blogcustom"> 7 {{tpl:Widgets type="custom"}} 8 </div> <!-- End #custom widgets --> 6 9 7 10 {{tpl:SysBehavior behavior="publicInsideFooter"}}
Note: See TracChangeset
for help on using the changeset viewer.