Border radius (4px) code blocks and images, smooth ᵔᴥᵔ

Conflicts:
	alchemy/static/css/style.css
main
Raymond Wanyoike 2014-10-28 22:29:30 +03:00
parent 299563fb4a
commit 51e4a557c0
2 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,6 +29,10 @@ samp {
font-family: @monospace;
}
pre {
border: none;
}
a {
.transition(color 0.2s ease-in-out);
color: #2e2e2e;
@ -40,6 +44,11 @@ a {
}
}
pre,
img {
border-radius: 4px;
}
.container {
max-width: 970px;
}