- Timestamp:
- 03/21/2011 01:22:00 PM (14 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
common/skins/mike2/common.css (modified) (1 diff)
-
home/portlets/PortletsClass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/skins/mike2/common.css
r1882 r1897 281 281 .portlet_ .portletContent p {margin: 0px;} 282 282 283 #article>.portletContent ul { list-style-type: disc !important; list-style-position:inside; margin:5px;} 284 #article>.portletContent li {list-style-position: inside; padding-left: 15px;} 285 #article>.portletContent p {line-height:1.4em;margin: 10px 0;} 286 283 287 .portlet2 {clear: both; margin-bottom:10px; z-index: 100; width: 191px; overflow: hidden;} 284 288 .portlet2 .portletHeader {color:#FFF; overflow:hidden; height:34px; background-color: #40648F; background: url(images/portlet2-title.png) no-repeat;} -
trunk/home/portlets/PortletsClass.php
r1847 r1897 32 32 $this->title = $title; 33 33 //Load Wiki Page 34 $this->content =strip_tags(loadWikiMainPage($title,$length), '<a><b><strong><big><i><br> ');34 $this->content =strip_tags(loadWikiMainPage($title,$length), '<a><b><strong><big><i><br><ul><li><p>'); 35 35 $this->introduction = $introduction; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.
