mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add links to previous and next problem
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
||||
* file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require codemirror/codemirror
|
||||
*= require_self
|
||||
*= require_tree .
|
||||
*/
|
||||
|
||||
@import "bootstrap-sprockets";
|
||||
@@ -44,6 +44,17 @@ body {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
/* Style for links to previous and next problem */
|
||||
.problem-prev {
|
||||
@extend .pull-left;
|
||||
margin: 20px -30px 0;
|
||||
}
|
||||
|
||||
.problem-next {
|
||||
@extend .pull-right;
|
||||
margin: 20px -30px 0;
|
||||
}
|
||||
|
||||
/* Custom css for fixing styles within problem content */
|
||||
|
||||
.problem-content {
|
||||
|
||||
Reference in New Issue
Block a user