We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7babef6 commit 35f3460Copy full SHA for 35f3460
README.md
@@ -1,6 +1,9 @@
1
# Flatly light redmine theme #
2
3
## Changelog
4
+### 0.1.1
5
+- Added separate projects in projects list
6
+
7
### 0.1
8
- Added some future
9
- Fixed all found bugs
stylesheets/application.css
@@ -10,6 +10,7 @@
10
@import url(pagination.css);
11
@import url(redminebacklogs.css);
12
@import url(activity.css);
13
+@import url(projects.css);
14
15
html{
16
overflow-x: hidden;
@@ -327,4 +328,3 @@ select[onchange="if (this.value != '') { window.location = this.value; }"]{
327
328
top: 17px;
329
right: 10px;
330
}
-
stylesheets/projects.css
@@ -0,0 +1,5 @@
+ul.projects li.root {
+ background: #f6f6f6;
+ padding: 10px;
+ border: 1px solid #d7d7d7;
+}
0 commit comments