diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/btn_buynowCC_LG.gif | bin | 0 -> 2941 bytes | |||
| -rw-r--r-- | static/css/fripost.css | 22 | 
2 files changed, 22 insertions, 0 deletions
| diff --git a/static/btn_buynowCC_LG.gif b/static/btn_buynowCC_LG.gifBinary files differ new file mode 100644 index 0000000..20314cf --- /dev/null +++ b/static/btn_buynowCC_LG.gif diff --git a/static/css/fripost.css b/static/css/fripost.css new file mode 100644 index 0000000..b7a235b --- /dev/null +++ b/static/css/fripost.css @@ -0,0 +1,22 @@ +.navbar-fripost { +  background-color: inherit; +  border-bottom: black thin solid; +  border-radius: 0; +  margin-top: 1em +} +.navbar-fripost a { +  color: black; +} +.navbar-fripost .navbar-toggle .icon-bar { +  background-color: black; +} +table { +  border-collapse: separate; +  border-spacing: 1ex; +} +table > tr > td { +  padding: 0 1ex; +} +table > tr > th { +  padding: 0 1ex; +} | 
