Skip to content

Commit 35f3460

Browse files
committed
#57 add separate projects in project list
1 parent 7babef6 commit 35f3460

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Flatly light redmine theme #
22

33
## Changelog
4+
### 0.1.1
5+
- Added separate projects in projects list
6+
47
### 0.1
58
- Added some future
69
- Fixed all found bugs

stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@import url(pagination.css);
1111
@import url(redminebacklogs.css);
1212
@import url(activity.css);
13+
@import url(projects.css);
1314

1415
html{
1516
overflow-x: hidden;
@@ -327,4 +328,3 @@ select[onchange="if (this.value != '') { window.location = this.value; }"]{
327328
top: 17px;
328329
right: 10px;
329330
}
330-

stylesheets/projects.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ul.projects li.root {
2+
background: #f6f6f6;
3+
padding: 10px;
4+
border: 1px solid #d7d7d7;
5+
}

0 commit comments

Comments
 (0)