Nomyx-Web 0.7.3 → 0.7.4
raw patch · 2 files changed
+5/−4 lines, 2 filesdep ~Nomyx-Coredep ~Nomyx-Language
Dependency ranges changed: Nomyx-Core, Nomyx-Language
Files
- Nomyx-Web.cabal +3/−3
- data/static/css/nomyx.css +2/−1
Nomyx-Web.cabal view
@@ -1,5 +1,5 @@ name: Nomyx-Web-version: 0.7.3+version: 0.7.4 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -16,8 +16,8 @@ extra-source-files: README.md library- build-depends: Nomyx-Language == 0.7.3,- Nomyx-Core == 0.7.3,+ build-depends: Nomyx-Language == 0.7.4,+ Nomyx-Core == 0.7.4, base >= 4.6 && <5, blaze-html == 0.7.*, blaze-markup == 0.6.*,
data/static/css/nomyx.css view
@@ -108,7 +108,8 @@ border-right: 1px solid #333333; border-bottom: 1px solid #333333; border-left: 1px solid #CCCCCC;- margin:3px;+ margin: 3px;+ cursor: pointer; } #header {