727
edits
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) (Fixed display issue with create page link on search results, pre-formatted text, floated images, and rounded corners in Chrome and Safari browsers.) |
||
Line 30: | Line 30: | ||
margin-top:0; | margin-top:0; | ||
margin-left:12px; | margin-left:12px; | ||
} | |||
#contentSub{ | |||
display:block; | |||
} | |||
pre { | |||
background-color:#F9F9F9; | |||
border:1px dashed #2F6FAB; | |||
color:black; | |||
line-height:1.1em; | |||
padding:1em; | |||
} | |||
/* images */ | |||
div.floatright, table.floatright { | |||
clear: right; | |||
float: right; | |||
position: relative; | |||
margin: 0 0 .5em .5em; | |||
border: 0; | |||
} | |||
div.floatright p { font-style: italic; } | |||
div.floatleft, table.floatleft { | |||
float: left; | |||
clear: left; | |||
position: relative; | |||
margin: 0 .5em .5em 0; | |||
border: 0; | |||
} | |||
div.floatleft p { font-style: italic; } | |||
.basicTableBorders,.basicTableNoBorders{ | |||
border-collapse:collapse; | |||
} | |||
.basicTableBorders td,.basicTableNoBorders td{ | |||
border:1px solid; | |||
padding:2px 4px; | |||
} | |||
#addPortlet { | |||
margin-bottom:20px; | |||
} | |||
#mainContent span.ca-edit a,#searchPortlet,#searchPortletResultsPage,#addPortlet,#addPortlet a.createPageLink,#powersearch{ | |||
-webkit-border-radius:7px; | |||
} | |||
#p-Navigation { | |||
-webkit-border-top-left-radius:7px; | |||
-webkit-border-top-right-radius:7px; | |||
} | |||
#personalToolboxPortlet,#personalToolboxPortlet a.collapseLinkClosed:hover { | |||
-webkit-border-bottom-left-radius:7px; | |||
-webkit-border-bottom-right-radius:7px; | |||
} | } |
edits