Patch #20368 » border-radius.diff
public/stylesheets/application.css (working copy) | ||
---|---|---|
304 | 304 |
line-height:1.5em; |
305 | 305 |
border: 1px solid #e4e4e4; |
306 | 306 |
word-wrap: break-word; |
307 |
border-radius: 3px; |
|
307 | 308 |
} |
308 | 309 | |
309 | 310 |
div.square { |
... | ... | |
330 | 331 |
abbr, span[title] { border-bottom: 1px dotted #aaa; cursor: help; } |
331 | 332 |
textarea.wiki-edit {width:99%; resize:vertical;} |
332 | 333 |
li p {margin-top: 0;} |
333 |
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
|
|
334 |
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
|
|
334 | 335 |
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;} |
335 | 336 |
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; } |
336 | 337 |
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; } |
... | ... | |
658 | 659 |
margin-bottom: 12px; |
659 | 660 |
font-size: 1.1em; |
660 | 661 |
border: 2px solid; |
662 |
border-radius: 3px; |
|
661 | 663 |
} |
662 | 664 | |
663 | 665 |
div.flash {margin-top: 8px;} |
... | ... | |
888 | 890 |
padding: 8px; |
889 | 891 |
background-color: #fafafa; |
890 | 892 |
border: 1px solid #e2e2e2; |
893 |
border-radius: 3px; |
|
891 | 894 |
width:auto; |
892 | 895 |
overflow-x: auto; |
893 | 896 |
overflow-y: hidden; |