X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=Wiki.css;h=525d5aaa03fc1a2a5cc6a944dffe05ee15e9452e;hb=b7a135aa4811947e2187efa19d1b1721b43c4dfa;hp=f519acca3b3a76bce8bc4d3d656bfd31caf44596;hpb=44407376a39cd71f292875c4d09214277110d724;p=busy diff --git a/Wiki.css b/Wiki.css index f519acc..525d5aa 100644 --- a/Wiki.css +++ b/Wiki.css @@ -14,26 +14,6 @@ /* You should have received a copy of the GNU Affero General Public License*/ /* along with Busy. If not, see .*/ -.search { - background-color: #FFF; - border-color: #AAF; - border-style: solid; - border-width: 1px; - margin: .6em 0em; - padding: .2em .5em .5em .5em; - border-radius: 8px; - -moz-border-radius: 8px; -} -.search h2{ - font: normal bold 1em sans-serif; - text-align: center; - color: #66F; - margin: 0em 0em .3em 0em; - border-style: none none solid none; - border-width: 1px; - border-color: #AAF; -} - .comment { background-color: #FFF; border-color: #AAF; @@ -103,3 +83,6 @@ .article a{ text-decoration: none; } +img { + max-width: 99%; +}