4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 106: | Line 106: | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | #show-article-wrapper { | ||
width: 40%; | width: 40%; | ||
max-height: 80vh; | max-height: 80vh; | ||
overflow-y: auto; | overflow-y: auto; | ||
} | } | ||
#show-article { | #show-article { | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
#article-frame { | #article-frame { | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||