4,554
edits
No edit summary |
No edit summary |
||
Line 106: | Line 106: | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | #show-article-wrapper { | ||
position: fixed; | |||
top: 0; | |||
right: 0; | |||
width: 37%; | width: 37%; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
} | } | ||
#show-article-wrapper:hover { | #show-article-wrapper:hover { | ||
border: 10px solid red; | border: 10px solid red; | ||
} | } | ||