Repository: marmotta Updated Branches: refs/heads/develop d23962e9b -> 132542878
fixed wrong @import Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/13254287 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/13254287 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/13254287 Branch: refs/heads/develop Commit: 132542878e931ce5df9793d25f22ca0191fd7802 Parents: d23962e Author: Sergio Fernández <[email protected]> Authored: Fri May 13 10:50:07 2016 -0700 Committer: Sergio Fernández <[email protected]> Committed: Fri May 13 10:50:07 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/web/public/style/red/rdfhtml.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/13254287/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css b/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css index e35af18..640b698 100644 --- a/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css @@ -38,4 +38,4 @@ div#top_serialisation_links a { margin-bottom: 10px; } -@import "blue.css"; +@import "red.css";
